386cdbc5b4
While debugging, typically browbeat install or having incorrect settings in all.yml you won't have httpd running. Rather than notify, lets just try and start the httpd service. Change-Id: I0df4aa573b2189e287869c50313c55a9d8ac6538
11 lines
122 B
YAML
11 lines
122 B
YAML
---
|
|
#
|
|
# Browbeat Results handlers
|
|
#
|
|
|
|
- name: restart httpd
|
|
service:
|
|
name: httpd
|
|
state: restarted
|
|
become: true
|