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

@@ -10,7 +10,7 @@
- name: Create app directory
file:
path: "{{ app_dir }}"
state: directory
state: directory
- name: Copy compose file
copy:

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

View File

@@ -1,3 +1,4 @@
---
version: "3.8"
services:
snake:

View File

@@ -1,3 +1,4 @@
---
- name: Login to private registry
docker_login:
registry_url: dns.s-martika.com