From 6e7e2fa26c5dba77d2b8e6d058b4b6495a08bd53 Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Mon, 21 Sep 2020 20:20:09 +0100 Subject: [PATCH] Revert use of _cinder_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/751260/3/tasks/cinder_post_install.yml Change-Id: I0919925fe0b518e1370cf087e00d114f0d40d073 --- tasks/cinder_post_install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/cinder_post_install.yml b/tasks/cinder_post_install.yml index 4678b9a7..29d749c1 100644 --- a/tasks/cinder_post_install.yml +++ b/tasks/cinder_post_install.yml @@ -84,7 +84,7 @@ flat: yes changed_when: false with_items: "{{ cinder_core_files }}" - when: _cinder_is_first_play_host + run_once: true - name: Copy common config config_template: