Skip to content

Commit 3e13216

Browse files
committed
fix compute-init nfs-clients
1 parent 7be84d3 commit 3e13216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/compute_init/files/compute-init.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
tasks_from: nfs-clients.yml
194194
when:
195195
- enable_nfs
196-
- nfs_enable.server | bool or ('nfs_enable' in item and item.nfs_enable.server | bool)
196+
- nfs_enable.clients | bool or ('nfs_enable' in item and item.nfs_enable.clients | bool)
197197
loop: "{{ nfs_configurations }}"
198198

199199
- name: Manila mounts

0 commit comments

Comments
 (0)