From 0cf37047b0ce746db90eb920e22420627e6ee597 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 20 Jul 2016 18:34:20 +0200 Subject: [PATCH] Fix role name and run it last --- playbooks/groups/pkgs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"