Fix role name and run it last

This commit is contained in:
Pierre-Yves Chibon 2016-07-20 18:34:20 +02:00
parent c3c1c9ec05
commit 0cf37047b0

View file

@ -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"