diff --git a/ansible/roles/neutron/tasks/config.yml b/ansible/roles/neutron/tasks/config.yml index 0919d2defd..766eb471ff 100644 --- a/ansible/roles/neutron/tasks/config.yml +++ b/ansible/roles/neutron/tasks/config.yml @@ -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 }}"