Merge "Clean Boolean condition check on exists check"

This commit is contained in:
Jenkins 2017-09-06 02:23:30 +00:00 committed by Gerrit Code Review
commit a070f18ca3

View File

@ -309,7 +309,7 @@
dest: "{{ node_config_directory }}/{{ service_name }}/policy.json"
register: policy_jsons
when:
- neutron_policy.stat.exists | bool
- neutron_policy.stat.exists
- item.value.enabled | bool
- item.value.host_in_groups | bool
with_dict: "{{ neutron_services }}"