From dd06fb0a56feba126cce5ef75e84e23eb72fe7aa Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Wed, 15 Oct 2014 16:55:11 -0400 Subject: Add playbook and httpd and the rest --- roles/httpd/handlers/main.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 roles/httpd/handlers/main.yml (limited to 'roles/httpd/handlers') diff --git a/roles/httpd/handlers/main.yml b/roles/httpd/handlers/main.yml new file mode 100644 index 0000000..e379288 --- /dev/null +++ b/roles/httpd/handlers/main.yml @@ -0,0 +1,3 @@ +--- +- name: restart httpd + service: name=httpd state=restarted -- cgit