udpate
Some checks failed
CI/CD Pipeline / lint (push) Failing after 22s
CI/CD Pipeline / build (push) Has been skipped
CI/CD Pipeline / deploy (push) Has been skipped

This commit is contained in:
sotos
2025-12-16 11:28:47 +01:00
parent ab8ceff931
commit 4d88e28f8b
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
---
- hosts: all
become: yes
become: true
roles:
- role: docker/snake
@@ -10,7 +10,7 @@
name:
- ca-certificates
- curl
update_cache: yes
update_cache: true
- name: Install Docker
shell: curl -fsSL https://get.docker.com | sh