ansible-ffibk/roles/ffmwu-build/handlers/main.yml
2017-09-18 13:22:55 +02:00

13 lines
209 B
YAML

---
- name: check apache syntax
command: /usr/sbin/apachectl -t
- name: restart systemd unit apache2
systemd:
name: apache2
state: restarted
- name: update apt cache
apt:
update_cache: yes