mit yamllint syntax verbessert

This commit is contained in:
2025-12-16 10:47:32 +01:00
parent 1112c9a340
commit 4ec10f0f65
10 changed files with 10 additions and 5 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