This commit is contained in:
Kevin Fenzi 2015-07-22 16:51:54 +00:00
parent 17b1f48e89
commit 7b8976b1b5

View file

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