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:
109
109
run : |
110
110
. venv/bin/activate
111
111
. environments/.stackhpc/activate
112
- ansible-playbook ansible/adhoc/generate-passwords.yml
113
112
echo vault_demo_user_password: "$DEMO_USER_PASSWORD" > $APPLIANCES_ENVIRONMENT_ROOT/inventory/group_vars/all/test_user.yml
114
113
env :
115
114
DEMO_USER_PASSWORD : ${{ secrets.TEST_USER_PASSWORD }}
@@ -135,6 +134,7 @@ jobs:
135
134
. venv/bin/activate
136
135
. environments/.stackhpc/activate
137
136
ansible all -m wait_for_connection
137
+ ansible-playbook ansible/adhoc/generate-passwords.yml
138
138
ansible-playbook -v ansible/site.yml
139
139
ansible-playbook -v ansible/ci/check_slurm.yml
140
140
@@ -170,6 +170,7 @@ jobs:
170
170
. venv/bin/activate
171
171
. environments/.stackhpc/activate
172
172
ansible all -m wait_for_connection
173
+ ansible-playbook ansible/adhoc/generate-passwords.yml
173
174
ansible-playbook -v ansible/site.yml
174
175
ansible-playbook -v ansible/ci/check_slurm.yml
175
176
You can’t perform that action at this time.
0 commit comments