diff --git a/playbooks/groups/pkgs.yml b/playbooks/groups/pkgs.yml index eec646e1e2..f0318edec8 100644 --- a/playbooks/groups/pkgs.yml +++ b/playbooks/groups/pkgs.yml @@ -29,7 +29,8 @@ - git/hooks - clamav - { 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=3' } - - distgit + - role: distgit + tags: distgit tasks: - include: "{{ tasks }}/yumrepos.yml"