We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf1ceed commit 0c3b047Copy full SHA for 0c3b047
.github/workflows/stackhpc.yml
@@ -91,7 +91,7 @@ jobs:
91
run: cat environments/.stackhpc/bastion_fingerprints >> ~/.ssh/known_hosts
92
shell: bash
93
94
- - name: Install ansible etc
+ - name: Install ansible, pip and galaxy requirements
95
run: dev/setup-env.sh
96
97
- name: Install OpenTofu
@@ -188,6 +188,9 @@ jobs:
188
- name: Checkout current branch
189
uses: actions/checkout@v4
190
191
+ - name: Update ansible, pip and galaxy requirements
192
+ run: dev/setup-env.sh
193
+
194
- name: Find stackhpc tofu/terraform directory
195
# changed in https://github.com/stackhpc/ansible-slurm-appliance/pull/541
196
run: |
0 commit comments