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