diff --git a/ansible/roles/cinder/tasks/config.yml b/ansible/roles/cinder/tasks/config.yml index ba160a7baefc6af5a4fa8d0b626459cabd4ad584..e32254aee429ec4a751469ab4f66223b2ba9a517 100644 --- a/ansible/roles/cinder/tasks/config.yml +++ b/ansible/roles/cinder/tasks/config.yml @@ -77,6 +77,10 @@ - "{{ node_custom_config }}/cinder/nfs_shares.j2" - "{{ node_custom_config }}/cinder/cinder-volume/nfs_shares.j2" - "{{ node_custom_config }}/cinder/{{ inventory_hostname }}/nfs_shares.j2" + - "{{ node_custom_config }}/nfs_shares" + - "{{ node_custom_config }}/cinder/nfs_shares" + - "{{ node_custom_config }}/cinder/cinder-volume/nfs_shares" + - "{{ node_custom_config }}/cinder/{{ inventory_hostname }}/nfs_shares" skip: "{{ not enable_cinder_backend_nfs | bool and not enable_cinder_backend_hnas_nfs | bool }}" - name: Check cinder containers