updated deprecated collection 0.0055
This commit is contained in:
@@ -13,7 +13,7 @@ jobs:
|
|||||||
echo "${{ secrets.SSH_PRIVATE_KEY }}" > /tmp/id_rsa
|
echo "${{ secrets.SSH_PRIVATE_KEY }}" > /tmp/id_rsa
|
||||||
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.docker_compose_v2
|
||||||
- name: Create inventory
|
- name: Create inventory
|
||||||
run: echo "${{ secrets.INVENTORY }}" > inventory.ini
|
run: echo "${{ secrets.INVENTORY }}" > inventory.ini
|
||||||
- name: Create secrets.yml
|
- name: Create secrets.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user