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 09275df commit dd32fceCopy full SHA for dd32fce
.github/workflows/stackhpc-all-in-one.yml
@@ -137,17 +137,6 @@ jobs:
137
run: ssh-keygen -f id_rsa -N ''
138
working-directory: ${{ github.workspace }}/terraform/aio
139
140
- # TODO: Remove the following step in Antelope.
141
- # NOTE: In Ansible 2.10 and lower the synchronize module used in the
142
- # ansible/diagnostics.yml playbook does not respect SSH connection
143
- # variables. This may result in Permission Denied issues if using an SSH
144
- # key that is not in ~/.ssh.
145
- - name: Copy SSH keypair to .ssh/
146
- run: |
147
- install -d ~/.ssh -m 700 &&
148
- cp id_rsa* ~/.ssh/
149
- working-directory: ${{ github.workspace }}/terraform/aio
150
-
151
- name: Generate clouds.yaml
152
run: |
153
cat << EOF > clouds.yaml
0 commit comments