1
0
Fork 0
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:
Raoul 2020-11-04 06:00:44 +01:00
parent 520a6781b9
commit cbf2aedff7
No known key found for this signature in database
GPG key ID: C7493D73B67C1842

View file

@ -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: