Skip to content
Snippets Groups Projects
Commit d95c87cf authored by Mark Goddard's avatar Mark Goddard
Browse files

Fix action -> kolla_action for ironic-neutron-agent

Ironic Neutron Agent was added by
I92b9505843f12692aef96764a314e5db49001a9b.

Change-Id: Ib178bafc9907537fdd46dd374684b037db7f19df
TrivialFix
parent 3e5d3f94
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