mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-10 20:00:18 +01:00
6 lines
134 B
YAML
6 lines
134 B
YAML
---
|
|
- name: restart tomcat
|
|
service: name=tomcat state=restarted
|
|
|
|
- name: restart iptables
|
|
service: name=iptables state=restarted
|