Alan Orth
5281d41445
Raised by ansible-lint in the following rule: [ANSIBLE0011] All tasks should be named
9 lines
160 B
YAML
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
|