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