diff options
Diffstat (limited to 'roles/httpd/handlers')
-rw-r--r-- | roles/httpd/handlers/main.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/roles/httpd/handlers/main.yml b/roles/httpd/handlers/main.yml deleted file mode 100644 index e379288..0000000 --- a/roles/httpd/handlers/main.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -- name: restart httpd - service: name=httpd state=restarted |