diff options
| author | Kevin Fenzi <kevin@scrye.com> | 2016-08-08 19:36:31 +0000 |
|---|---|---|
| committer | Kevin Fenzi <kevin@scrye.com> | 2016-08-08 19:36:31 +0000 |
| commit | 04a52b86677de7a34c887f77db1a2ebe3eed17b1 (patch) | |
| tree | 65772d6725185f42bc430d56b83d5327c6415e13 /roles/fas3_server | |
| parent | fd129648ae166b2a23cba6e315c75f563fb7d911 (diff) | |
| download | ansible-04a52b86677de7a34c887f77db1a2ebe3eed17b1.tar.gz ansible-04a52b86677de7a34c887f77db1a2ebe3eed17b1.tar.xz ansible-04a52b86677de7a34c887f77db1a2ebe3eed17b1.zip | |
Death to all trailing whitespace.
Diffstat (limited to 'roles/fas3_server')
| -rw-r--r-- | roles/fas3_server/tasks/main.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/roles/fas3_server/tasks/main.yml b/roles/fas3_server/tasks/main.yml index ca51bdef1..229e62778 100644 --- a/roles/fas3_server/tasks/main.yml +++ b/roles/fas3_server/tasks/main.yml @@ -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 |
