From 402f919bb3e8ae4c1b0fff56e85c83e4f976cdea Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 11 Nov 2016 22:06:13 +0000 Subject: [PATCH] do not install the pagure on pkgs02.stg --- playbooks/groups/pkgs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"