Merge "Fix action -> kolla_action for ironic-neutron-agent"
This commit is contained in:
commit
c724865674
@ -348,7 +348,7 @@
|
|||||||
volumes: "{{ service.volumes }}"
|
volumes: "{{ service.volumes }}"
|
||||||
privileged: "{{ service.privileged | default(False) }}"
|
privileged: "{{ service.privileged | default(False) }}"
|
||||||
when:
|
when:
|
||||||
- action != "config"
|
- kolla_action != "config"
|
||||||
- service.enabled | bool
|
- service.enabled | bool
|
||||||
- service.host_in_groups | bool
|
- service.host_in_groups | bool
|
||||||
- config_json | changed
|
- config_json | changed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user