Merge "Clean Boolean condition check on exists check"
This commit is contained in:
commit
a070f18ca3
@ -309,7 +309,7 @@
|
|||||||
dest: "{{ node_config_directory }}/{{ service_name }}/policy.json"
|
dest: "{{ node_config_directory }}/{{ service_name }}/policy.json"
|
||||||
register: policy_jsons
|
register: policy_jsons
|
||||||
when:
|
when:
|
||||||
- neutron_policy.stat.exists | bool
|
- neutron_policy.stat.exists
|
||||||
- item.value.enabled | bool
|
- item.value.enabled | bool
|
||||||
- item.value.host_in_groups | bool
|
- item.value.host_in_groups | bool
|
||||||
with_dict: "{{ neutron_services }}"
|
with_dict: "{{ neutron_services }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user