summaryrefslogtreecommitdiff
path: root/lamp/handlers/main.yml
blob: b583d0110c5664c8c3cffa3a755e1b072dc14097 (plain)
1
2
3
4
5
6
7
---
# handlers file for lamp
- name: restarting_apache
  service:
    name: '{{apache.service}}'
    state: restarted