mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-05 10:10:31 -07:00
parent
579f369ef3
commit
e3d92491a3
1 changed files with 7 additions and 0 deletions
|
@ -77,6 +77,13 @@ EXAMPLES = r"""
|
|||
community.general.copr:
|
||||
state: absent
|
||||
name: '@copr/integration_tests'
|
||||
|
||||
- name: Install Caddy
|
||||
community.general.copr:
|
||||
name: '@caddy/caddy'
|
||||
chroot: fedora-rawhide-{{ ansible_facts.architecture }}
|
||||
includepkgs:
|
||||
- caddy
|
||||
"""
|
||||
|
||||
RETURN = r"""
|
||||
|
|
Loading…
Add table
Reference in a new issue