roles/nginx: Add name to Let's Encrypt task

All tasks should have names, even if they are just including other
tasks.
This commit is contained in:
Alan Orth 2018-04-26 17:12:22 +03:00
parent fa5db39674
commit baa5890d6d
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 1 deletions

View File

@ -60,7 +60,8 @@
systemd: name=nginx state=started enabled=yes
tags: nginx
- include_tasks: letsencrypt.yml
- name: Configure Let's Encrypt
include_tasks: letsencrypt.yml
when: use_letsencrypt is defined and use_letsencrypt == True
tags: letsencrypt