0.0059
This commit is contained in:
@@ -10,7 +10,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Setup SSH key
|
- name: Setup SSH key
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.SSH_PRIVATE_KEY }}" > /tmp/id_rsa
|
echo "${{ secrets.SSH_PRIVATE_KEY }}" > /tmp/id_rsa.pub
|
||||||
chmod 600 /tmp/id_rsa
|
chmod 600 /tmp/id_rsa
|
||||||
- name: Install Ansible collection
|
- name: Install Ansible collection
|
||||||
run: ansible-galaxy collection install community.docker
|
run: ansible-galaxy collection install community.docker
|
||||||
|
|||||||
Reference in New Issue
Block a user