Reload NGINX after cleaning up configs (#174)

This commit is contained in:
Alessandro Fael Garcia 2019-10-17 21:21:17 +02:00 committed by GitHub
parent 1d0cb1083f
commit 1c9a1278b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,3 +5,4 @@
state: absent
with_items:
- "{{ nginx_cleanup_config_path }}"
notify: "(Handler: All OSs) Reload NGINX"