Merge "Remove the duplicate when condition check"

This commit is contained in:
Zuul 2018-03-21 08:21:28 +00:00 committed by Gerrit Code Review
commit 0372d935d7
1 changed files with 0 additions and 2 deletions

View File

@ -106,8 +106,6 @@
template:
src: "{{ item }}"
dest: "{{ node_config_directory }}/cinder-volume/nfs_shares"
when:
- inventory_hostname in groups[cinder_services["cinder-volume"]["group"]]
with_first_found:
- files:
- "{{ node_custom_config }}/nfs_shares.j2"