Fix conditional

This commit is contained in:
Kevin Fenzi 2015-10-10 19:33:51 +00:00
parent 18f1398aed
commit f6c9e0c530

View file

@ -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') ,