updated deprecated collection 0.0055
Some checks failed
Build Docker / deploy (push) Failing after 3s
Build Docker / build (push) Has been skipped

This commit is contained in:
2026-03-01 15:50:39 +03:00
parent 2a022b5e71
commit 7b08584aeb

View File

@@ -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