fix nginx handler to reload rather than restart

This commit is contained in:
Jakub Sokołowski 2018-10-31 22:48:25 +01:00
parent 341eedbaec
commit a5f936f1a6
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020

View File

@ -2,5 +2,5 @@
- name: Save iptables rules
shell: iptables-save > /etc/iptables/rules.v4
- name: Restart nginx
service: name=nginx state=restarted
- name: reload nginx
service: name=nginx state=reloaded