Skip to content
Snippets Groups Projects
Commit 485ded5b authored by Eduardo Gonzalez's avatar Eduardo Gonzalez
Browse files

Fix pull syntax error in cinder

Change-Id: I548cb6cbc718864cffb95b73376a3e138eef0a6d
Closes-Bug: #1660961
parent 463e5a2f
No related branches found
No related tags found
No related merge requests found
...@@ -7,4 +7,4 @@ ...@@ -7,4 +7,4 @@
when: when:
- inventory_hostname in groups[item.value.group] - inventory_hostname in groups[item.value.group]
- item.value.enabled | bool - item.value.enabled | bool
with_dict: "{{ cinder_services }}" with_dict: "{{ cinder_services }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment