8 lines
154 B
YAML

---
- name: restart_apache
systemd_service:
name: "{{ apache_service }}"
state: reloaded
# vim: set tabstop=2 shiftwidth=2 expandtab smarttab: