Add names to include tasks
Raised by ansible-lint in the following rule: [ANSIBLE0011] All tasks should be named
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user