From 3b8d8d3be29cefd6aea4faff79184bc3bc2ddf07 Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Mon, 21 Sep 2020 20:23:55 +0100 Subject: [PATCH] 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 --- tasks/neutron_post_install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/neutron_post_install.yml b/tasks/neutron_post_install.yml index ff457ff6..ff8bdc07 100644 --- a/tasks/neutron_post_install.yml +++ b/tasks/neutron_post_install.yml @@ -100,7 +100,7 @@ flat: yes changed_when: false with_items: "{{ neutron_core_files }}" - when: _neutron_is_first_play_host + run_once: true - name: Copy common neutron config config_template: