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

@ -34,7 +34,8 @@
file: path=/var/cache/nginx/cached/fastcgi state=directory owner=nginx group=nginx mode=0755
tags: nginx
- import_tasks: vhosts.yml
- name: Configure nginx virtual hosts
import_tasks: vhosts.yml
when: nginx_vhosts is defined
tags: nginx