Death to all trailing whitespace.

This commit is contained in:
Kevin Fenzi 2016-08-08 19:36:31 +00:00
parent fd129648ae
commit 04a52b8667
131 changed files with 311 additions and 311 deletions

View file

@ -28,11 +28,11 @@
- fas3
- name: install /etc/httpd/conf.d/accounts.conf file
copy: >
src="accounts.conf"
dest="/etc/httpd/conf.d/accounts.conf"
owner=root
group=root
copy: >
src="accounts.conf"
dest="/etc/httpd/conf.d/accounts.conf"
owner=root
group=root
mode=0644
notify:
- reload httpd
@ -41,7 +41,7 @@
- fas3
- name: install /etc/fas/production.ini file
template: >
template: >
src="production.ini"
dest="/etc/fas/production.ini"
owner=root