Skip to content

Commit

Permalink
Merge pull request #378 from SkynetLabs/fix-playbook-v2-check
Browse files Browse the repository at this point in the history
Fix playbooks v2 check in setup initial
  • Loading branch information
MSevey authored Sep 8, 2022
2 parents 18ce730 + 64bac1e commit 9fbbf81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions playbooks/portals-setup-initial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit 9fbbf81

Please sign in to comment.