♻️: separate act_runner from docker
Some checks failed
ansible-lint / lint-everything (push) Failing after 1m41s

This commit is contained in:
VC
2025-07-16 15:02:21 +02:00
parent a3eb6d7e24
commit 2bbe29b7b0
3 changed files with 8 additions and 1 deletions

6
playbooks/docker.yml Normal file
View File

@@ -0,0 +1,6 @@
---
- name: Install docker
hosts: dockerservers
roles:
- docker