diff --git a/plugins/modules/copr.py b/plugins/modules/copr.py index 809064114a..80f6f06589 100644 --- a/plugins/modules/copr.py +++ b/plugins/modules/copr.py @@ -78,6 +78,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"""