Browse Source

roles/reverse_proxy: flush handlers before contiuing

Otherwise certbot challenge may fail when reverse_proxy is included at
the same time.
python3
Zolfa 5 years ago
parent
commit
bfa15d6d3d
Signed by: zolfa GPG Key ID: E1A43B038C4D6616
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      roles/reverse_proxy/tasks/main.yaml

+ 1
- 0
roles/reverse_proxy/tasks/main.yaml View File

@ -87,5 +87,6 @@
delegate_to: 'reverse_proxy'
notify: 'reload nginx'
- meta: 'flush_handlers'

Loading…
Cancel
Save