Skip to content
Snippets Groups Projects
Commit c7248656 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

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

parents 6c75aeda d95c87cf
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment