From 64bac1e40de908e7ea8b88184f27c2a02a59a8fb Mon Sep 17 00:00:00 2001 From: Filip Rysavy <29089732+firyx@users.noreply.github.com> Date: Thu, 8 Sep 2022 12:26:00 +0200 Subject: [PATCH] Fix playbooks v2 check in setup initial --- playbooks/portals-setup-initial.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/playbooks/portals-setup-initial.yml b/playbooks/portals-setup-initial.yml index 33f23ff4..af75f7e9 100644 --- a/playbooks/portals-setup-initial.yml +++ b/playbooks/portals-setup-initial.yml @@ -31,6 +31,9 @@ - name: Fail if you are targeting all dev and prod webportals include_tasks: tasks/host-limit-check.yml + - name: Include checking hosts.ini compatibility with playbooks v2 + include_tasks: tasks/secrets-storage-check-hosts-ini-update.yml + - name: Include creating OS user credentials in secrets storage (if missing) include_tasks: tasks/secrets-storage-common-save-user-credentials.yml @@ -49,9 +52,6 @@ meta: end_host when: initial_root_like_user is defined - - name: Include checking hosts.ini compatibility with playbooks v2 - include_tasks: tasks/secrets-storage-check-hosts-ini-update.yml - - name: Include loading user credentials from secrets storage include_tasks: tasks/secrets-storage-common-load-user-credentials.yml