diff --git a/ansible/roles/neutron/handlers/main.yml b/ansible/roles/neutron/handlers/main.yml index 67e390d02c..75f05bdf86 100644 --- a/ansible/roles/neutron/handlers/main.yml +++ b/ansible/roles/neutron/handlers/main.yml @@ -348,7 +348,7 @@ volumes: "{{ service.volumes }}" privileged: "{{ service.privileged | default(False) }}" when: - - action != "config" + - kolla_action != "config" - service.enabled | bool - service.host_in_groups | bool - config_json | changed