Install pagure on all pkgs hosts so the distgit role doesn't crash

This commit is contained in:
Pierre-Yves Chibon 2017-08-04 10:01:33 +02:00
parent 2cd727c4f8
commit 653e5d5f39

View file

@ -36,8 +36,7 @@
when: env == "staging" and inventory_hostname.startswith('pkgs02'),
mnt_dir: '/srv/cache/lookaside_prod',
nfs_src_dir: 'fedora_sourcecache', nfs_mount_opts='ro,hard,bg,intr,noatime,nodev,nosuid,nfsvers=4' }
- { role: distgit/pagure,
when: env != "staging" or inventory_hostname.startswith('pkgs01') }
- role: distgit/pagure
- role: distgit
tags: distgit
- { role: hosts, when: env == "staging" }