[PR #9904/e3d92491 backport][stable-10] Add caddy example to copr module (#9916)

Add caddy example to copr module (#9904)

Add caddy example to copr.py

(cherry picked from commit e3d92491a3)

Co-authored-by: Elijah Lopez <elijahllopezz@gmail.com>
This commit is contained in:
patchback[bot] 2025-03-21 21:50:39 +01:00 committed by GitHub
parent f0f5035ba2
commit 3c7c946297
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"""