]> arthur.barton.de Git - AnsibleRoles.git/blob - roles/apache2-php5/handlers/main.yml
Initial import
[AnsibleRoles.git] / roles / apache2-php5 / handlers / main.yml
1 ---
2 # apache2-php5 handlers
3
4 - name: restart "apache2"
5   service: >
6     name=apache2
7     state=restarted