ansible-loki-role/tasks/main.yml
Diogenes Pelisson 38e4d7926f configs
2020-05-04 18:48:42 -03:00

15 lines
198 B
YAML

---
- include: preflight.yml
tags:
- loki_pre_install
- include: install.yml
become: true
tags:
- loki_configure
- include: configure.yml
become: true
tags:
- loki_configure