roles/common: Restart firewalld instead of reload

I'm having problems with reload hanging on Debian 10 so I will just
revert to the older behavior of restarting.
This commit is contained in:
2019-10-05 12:29:30 +03:00
parent c2a92269e4
commit 80df220602
3 changed files with 6 additions and 6 deletions

View File

@ -13,5 +13,5 @@
- name: reload sysctl
command: sysctl -p /etc/sysctl.conf
- name: reload firewalld
systemd: name=firewalld state=reloaded
- name: restart firewalld
systemd: name=firewalld state=restarted