Merge "Fix action -> kolla_action for ironic-neutron-agent"

This commit is contained in:
Zuul 2018-07-26 09:15:10 +00:00 committed by Gerrit Code Review
commit c724865674

View File

@ -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