We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be84d3 commit 3e13216Copy full SHA for 3e13216
ansible/roles/compute_init/files/compute-init.yml
@@ -193,7 +193,7 @@
193
tasks_from: nfs-clients.yml
194
when:
195
- enable_nfs
196
- - nfs_enable.server | bool or ('nfs_enable' in item and item.nfs_enable.server | bool)
+ - nfs_enable.clients | bool or ('nfs_enable' in item and item.nfs_enable.clients | bool)
197
loop: "{{ nfs_configurations }}"
198
199
- name: Manila mounts
0 commit comments