aboutsummaryrefslogtreecommitdiff
path: root/ansible/common/handlers/stop-apache.yml
diff options
context:
space:
mode:
authorMilo Casagrande <milo@ubuntu.com>2014-03-27 09:11:55 +0100
committerMilo Casagrande <milo@ubuntu.com>2014-03-27 09:11:55 +0100
commitd729a950ce28f684850bde51609ed180a2462f6a (patch)
treefc312c51b6b2c75f0fec4792c90da8c01ecac599 /ansible/common/handlers/stop-apache.yml
parent3899a7ee522b72d35a48560f7d785bc4d50d1749 (diff)
Imported ansible common tasks.
Diffstat (limited to 'ansible/common/handlers/stop-apache.yml')
-rw-r--r--ansible/common/handlers/stop-apache.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible/common/handlers/stop-apache.yml b/ansible/common/handlers/stop-apache.yml
new file mode 100644
index 0000000..6bf18e8
--- /dev/null
+++ b/ansible/common/handlers/stop-apache.yml
@@ -0,0 +1,3 @@
+---
+- name: stop-apache
+ service: name=apache2 state=stopped