mirror of
https://github.com/DO1JLR/ansible_role_nginx.git
synced 2024-08-16 16:19:48 +02:00
Restart nginx to load new sites before doing acme
This commit is contained in:
parent
520a6781b9
commit
cbf2aedff7
1 changed files with 5 additions and 0 deletions
|
@ -44,6 +44,11 @@
|
|||
- sites
|
||||
|
||||
|
||||
# Restart nginx before doing acme stuff
|
||||
- name: Flush handlers to restart nginx now
|
||||
meta: flush_handlers
|
||||
|
||||
|
||||
- name: Configure acmetool and obtain certificates
|
||||
include_tasks: acme.yml
|
||||
tags:
|
||||
|
|
Loading…
Reference in a new issue