Try some grouping action.
This commit is contained in:
parent
f4b0150134
commit
8f9fbde54b
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- base
|
- 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
|
- koji_builder
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue