Revert use of _neutron_first_play_host for post install tasks
This task runs against hosts which will fail the group membership test added in [1] causing the play to fail completely. [1] https://review.opendev.org/#/c/751790/3/tasks/neutron_post_install.yml Change-Id: I64a0f7b63ef844293acc7d07851921e7b2a48d96
This commit is contained in:
parent
c4d5649b11
commit
3b8d8d3be2
@ -100,7 +100,7 @@
|
|||||||
flat: yes
|
flat: yes
|
||||||
changed_when: false
|
changed_when: false
|
||||||
with_items: "{{ neutron_core_files }}"
|
with_items: "{{ neutron_core_files }}"
|
||||||
when: _neutron_is_first_play_host
|
run_once: true
|
||||||
|
|
||||||
- name: Copy common neutron config
|
- name: Copy common neutron config
|
||||||
config_template:
|
config_template:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user