Lets try this adjustment.

This commit is contained in:
Kevin Fenzi 2015-07-22 16:38:40 +00:00
parent 13b7bffdf1
commit 54c1774fb9

View file

@ -40,10 +40,7 @@
- apache
- { role: bodhi2/base, when: "inventory_hostname.startswith('bodhi0')" }
- { role: fedmsg/base, when: "inventory_hostname.startswith('bodhi0')" }
- role: nfs/client
mnt_dir: '/mnt/koji'
nfs_src_dir: 'fedora_koji'
when: datacenter == 'staging'
- { role: nfs/client, when: datacenter == 'staging', mnt_dir: '/mnt/fedora_koji', nfs_src_dir: 'fedora_koji' }
tasks:
- include: "{{ tasks }}/yumrepos.yml"