diff options
Diffstat (limited to 'playbooks/lamp/handlers')
| -rw-r--r-- | playbooks/lamp/handlers/main.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/playbooks/lamp/handlers/main.yml b/playbooks/lamp/handlers/main.yml new file mode 100644 index 0000000..b583d01 --- /dev/null +++ b/playbooks/lamp/handlers/main.yml @@ -0,0 +1,7 @@ +--- +# handlers file for lamp +- name: restarting_apache + service: + name: '{{apache.service}}' + state: restarted + |
