Disable http results by default

Disable this as the default. It could cause issues with httpd.

Change-Id: I11ad6ad17dee8f7398c4cb8b7952dec864923386
This commit is contained in:
Joe 2016-08-17 13:26:12 -04:00
parent 2530913e20
commit f2c48951be

View File

@ -11,7 +11,7 @@
- hosts: undercloud
remote_user: "{{ local_remote_user }}"
vars:
results_in_httpd: true
results_in_httpd: false
roles:
- common
- browbeat