do not install the pagure on pkgs02.stg

This commit is contained in:
Kevin Fenzi 2016-11-11 22:06:13 +00:00
parent 82a9a2e925
commit 402f919bb3

View file

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