summaryrefslogtreecommitdiff
path: root/final/lamp/handlers
diff options
context:
space:
mode:
authorjerome <jerome@xlinfo.fr>2025-08-18 12:22:12 +0200
committerjerome <jerome@xlinfo.fr>2025-08-18 12:22:12 +0200
commit5d6a35bbdf48b84b4ae03e5fd442a19d18ff15a9 (patch)
treec9dd783509deff4e2ebead7b049c192d83c15a53 /final/lamp/handlers
parentfd1965078368a4de0ed6c006ece5ea6443d0674a (diff)
downloadincus-5d6a35bbdf48b84b4ae03e5fd442a19d18ff15a9.tar.gz
incus-5d6a35bbdf48b84b4ae03e5fd442a19d18ff15a9.zip
ansible
Diffstat (limited to 'final/lamp/handlers')
-rw-r--r--final/lamp/handlers/main.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/final/lamp/handlers/main.yml b/final/lamp/handlers/main.yml
new file mode 100644
index 0000000..b583d01
--- /dev/null
+++ b/final/lamp/handlers/main.yml
@@ -0,0 +1,7 @@
+---
+# handlers file for lamp
+- name: restarting_apache
+ service:
+ name: '{{apache.service}}'
+ state: restarted
+