Add names to include tasks

Raised by ansible-lint in the following rule:

[ANSIBLE0011] All tasks should be named
This commit is contained in:
2017-10-03 15:02:38 +03:00
parent 643c89891e
commit 5281d41445
4 changed files with 20 additions and 10 deletions

View File

@ -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