]> git.phdru.name Git - ansible.git/blobdiff - playbooks/debian/roles/apache/handlers/main.yml
Refactor: Move OS-specific roles under common `roles/`
[ansible.git] / playbooks / debian / roles / apache / handlers / main.yml
diff --git a/playbooks/debian/roles/apache/handlers/main.yml b/playbooks/debian/roles/apache/handlers/main.yml
deleted file mode 100644 (file)
index e4b4950..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-- name: Reload apache
-  become: true
-  service:
-    name: apache2
-    state: reloaded