do not stop apache service when we are just going to start it

This commit is contained in:
Kevin Fenzi 2016-09-24 22:25:07 +00:00
parent b552def308
commit f95e73ed66

View file

@ -40,10 +40,3 @@
- config - config
notify: notify:
- reload httpd - reload httpd
- name: start apache service
service: name=httpd enabled=yes state=running
ignore_errors: true
tags:
- pps
- service