File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,6 @@ jobs:
109109 run : |
110110 . venv/bin/activate
111111 . environments/.stackhpc/activate
112- ansible-playbook ansible/adhoc/generate-passwords.yml
113112 echo vault_demo_user_password: "$DEMO_USER_PASSWORD" > $APPLIANCES_ENVIRONMENT_ROOT/inventory/group_vars/all/test_user.yml
114113 env :
115114 DEMO_USER_PASSWORD : ${{ secrets.TEST_USER_PASSWORD }}
@@ -135,6 +134,7 @@ jobs:
135134 . venv/bin/activate
136135 . environments/.stackhpc/activate
137136 ansible all -m wait_for_connection
137+ ansible-playbook ansible/adhoc/generate-passwords.yml
138138 ansible-playbook -v ansible/site.yml
139139 ansible-playbook -v ansible/ci/check_slurm.yml
140140
@@ -170,6 +170,7 @@ jobs:
170170 . venv/bin/activate
171171 . environments/.stackhpc/activate
172172 ansible all -m wait_for_connection
173+ ansible-playbook ansible/adhoc/generate-passwords.yml
173174 ansible-playbook -v ansible/site.yml
174175 ansible-playbook -v ansible/ci/check_slurm.yml
175176
You can’t perform that action at this time.
0 commit comments