mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
add httpd to restart services
This commit is contained in:
@@ -11,3 +11,6 @@
|
||||
- name: restart iptables
|
||||
action: service name=iptables state=restarted
|
||||
|
||||
- name: restart httpd
|
||||
action: service name=httpd state=restarted
|
||||
|
||||
|
||||
Reference in New Issue
Block a user