diff --git a/playbooks/groups/pkgs.yml b/playbooks/groups/pkgs.yml index dbdb87ae38..14fda2e8fa 100644 --- a/playbooks/groups/pkgs.yml +++ b/playbooks/groups/pkgs.yml @@ -39,7 +39,7 @@ - role: distgit tags: distgit - { role: hosts, when: env == "staging" } - - { role: distgit/pagure, when: env == "staging" } + - { role: distgit/pagure, when: env == "staging" and inventory_hostname.startswith('pkgs01') } tasks: - include: "{{ tasks }}/yumrepos.yml"