Try some grouping action.

This commit is contained in:
Kevin Fenzi 2014-06-03 19:32:06 +00:00
parent f4b0150134
commit 8f9fbde54b

View file

@ -33,7 +33,7 @@
roles:
- base
- { role: nfs_client, when: not inventory_hostname.startswith('arm') or env != "staging", mnt_dir: '/mnt/fedora_koji', nfs_src_dir: 'fedora_koji' }
- { role: nfs_client, when: not ( inventory_hostname.startswith('arm') or env == "staging"), mnt_dir: '/mnt/fedora_koji', nfs_src_dir: 'fedora_koji' }
- koji_builder
tasks: