Add caddy example to copr module (#9904)

Add caddy example to copr.py
This commit is contained in:
Elijah Lopez 2025-03-21 16:04:52 -04:00 committed by GitHub
parent 579f369ef3
commit e3d92491a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"""