10 lines
186 B
YAML
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
|
|
|