ansible-personal/roles/munin/tasks/main.yml
Alan Orth 5281d41445
Add names to include tasks
Raised by ansible-lint in the following rule:

[ANSIBLE0011] All tasks should be named
2017-10-03 15:03:09 +03:00

9 lines
160 B
YAML

---
- name: Configure munin scraper
import_tasks: munin.yml
tags: munin
- name: Configure munin listener
import_tasks: munin-node.yml
tags: munin-node