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:
parent
fa5db39674
commit
baa5890d6d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user