From 3c7c946297188a4db2f986729678e927e180ae77 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 21:50:39 +0100 Subject: [PATCH] [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 e3d92491a33dbfffffc1de8bc357a4139273dc6a) Co-authored-by: Elijah Lopez --- plugins/modules/copr.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/plugins/modules/copr.py b/plugins/modules/copr.py index 90cb931210..739092b8af 100644 --- a/plugins/modules/copr.py +++ b/plugins/modules/copr.py @@ -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"""