ansible-roles/roles/docker/tasks/main.yml

13 lines
224 B
YAML
Raw Normal View History

2021-12-01 19:13:34 +01:00
---
2022-02-28 18:00:08 +01:00
- include_tasks: facts.yml
tags: always
- include_tasks: directories.yml
tags: always
- include_tasks: install.yml
tags: always
- include_tasks: conf.yml
tags: always
- include_tasks: service.yml
tags: always