diff --git a/playbooks/groups/pkgs.yml b/playbooks/groups/pkgs.yml index bf61dc9e80..447c95ffa1 100644 --- a/playbooks/groups/pkgs.yml +++ b/playbooks/groups/pkgs.yml @@ -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" }