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