Add names to include tasks
Raised by ansible-lint in the following rule: [ANSIBLE0011] All tasks should be named
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
---
|
||||
- import_tasks: munin.yml
|
||||
- name: Configure munin scraper
|
||||
import_tasks: munin.yml
|
||||
tags: munin
|
||||
|
||||
- import_tasks: munin-node.yml
|
||||
- name: Configure munin listener
|
||||
import_tasks: munin-node.yml
|
||||
tags: munin-node
|
||||
|
Reference in New Issue
Block a user