diff --git a/playbooks/groups/pkgs.yml b/playbooks/groups/pkgs.yml index f7594ec254..bad7b53eef 100644 --- a/playbooks/groups/pkgs.yml +++ b/playbooks/groups/pkgs.yml @@ -27,10 +27,10 @@ - git/server - git/hooks - clamav - - { role: pagure, when: env == "staging" } - { role: nfs/client, when: env != "staging", mnt_dir: '/srv/cache/lookaside', nfs_src_dir: 'fedora_sourcecache', nfs_mount_opts='rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=4' } - role: distgit tags: distgit + - { role: distgit/pagure, when: env == "staging" } tasks: - include: "{{ tasks }}/yumrepos.yml"