summaryrefslogtreecommitdiff
path: root/lamp/handlers
diff options
context:
space:
mode:
authorjerome <jerome@xlinfo.fr>2025-01-29 12:16:12 +0100
committerjerome <jerome@xlinfo.fr>2025-01-29 12:16:12 +0100
commit23ff2b6c3f4ca6335086a0336708035432bd9a09 (patch)
treeb0d6b8d8012d65b3c3dae459357ecf59683f7d50 /lamp/handlers
parent948266d1c7f1ae107487699340715ddd41665f01 (diff)
downloadansible-lamp-23ff2b6c3f4ca6335086a0336708035432bd9a09.tar.gz
ansible-lamp-23ff2b6c3f4ca6335086a0336708035432bd9a09.zip
includes et imports
Diffstat (limited to 'lamp/handlers')
-rw-r--r--lamp/handlers/main.yml10
1 files changed, 2 insertions, 8 deletions
diff --git a/lamp/handlers/main.yml b/lamp/handlers/main.yml
index 06e9f45..b583d01 100644
--- a/lamp/handlers/main.yml
+++ b/lamp/handlers/main.yml
@@ -1,13 +1,7 @@
---
# handlers file for lamp
-- name: starting_apache
+- name: restarting_apache
service:
name: '{{apache.service}}'
- state: started
- enabled: yes
+ state: restarted
-- name: starting_mariadb
- service:
- name: '{{mariadb_service}}'
- state: started
- enabled: yes