0.0056
This commit is contained in:
@@ -13,7 +13,7 @@ jobs:
|
||||
echo "${{ secrets.SSH_PRIVATE_KEY }}" > /tmp/id_rsa
|
||||
chmod 600 /tmp/id_rsa
|
||||
- name: Install Ansible collection
|
||||
run: ansible-galaxy collection install community.docker.docker_compose_v2
|
||||
run: ansible-galaxy collection install community.docker
|
||||
- name: Create inventory
|
||||
run: echo "${{ secrets.INVENTORY }}" > inventory.ini
|
||||
- name: Create secrets.yml
|
||||
|
||||
Reference in New Issue
Block a user