neuro_ansible/install_docker.yaml
2024-03-29 20:39:15 +01:00

10 lines
186 B
YAML

---
- name: install docker as systemd plus add a portainer agent
hosts: all
become: true
tasks:
- name: remove other files
include_tasks: yaml_sub/install_docker.yaml