Fix conditional
This commit is contained in:
parent
18f1398aed
commit
f6c9e0c530
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
- base
|
||||
- hosts
|
||||
- { role: nfs/client,
|
||||
when: ansible_architecture is 'x86_64' and not inventory_hostname.startswith('bkernel'),
|
||||
when: ansible_architecture == 'x86_64' and not inventory_hostname.startswith('bkernel'),
|
||||
mnt_dir: '/mnt/fedora_koji', nfs_src_dir: 'fedora_koji' }
|
||||
- { role: nfs/client,
|
||||
when: inventory_hostname.startswith('aarch64') ,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue