From f1ed898b9f1ab86d567e84895ae6b211d6529cbf Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 12 Dec 2014 20:11:24 +0000 Subject: [PATCH] Typofix. --- roles/httpd/fingerprints/tasks/main.yml | 28 ++++++++++++------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/roles/httpd/fingerprints/tasks/main.yml b/roles/httpd/fingerprints/tasks/main.yml index e08f9bb103..74dd152a20 100644 --- a/roles/httpd/fingerprints/tasks/main.yml +++ b/roles/httpd/fingerprints/tasks/main.yml @@ -1,15 +1,15 @@ -copy: src=fingerprints.html dest=/srv/web/fingerprints.html -notify: -- restart httpd -tags: -- fingerprints -- httpd -- httpd/fingerprints +- copy: src=fingerprints.html dest=/srv/web/fingerprints.html + notify: + - restart httpd + tags: + - fingerprints + - httpd + - httpd/fingerprints -copy: src=fingerprints.conf dest=/etc/httpd/conf.d/{{website}}/fingerprints.conf -notify: -- restart httpd -tags: -- fingerprints -- httpd -- httpd/fingerprints +- copy: src=fingerprints.conf dest=/etc/httpd/conf.d/{{website}}/fingerprints.conf + notify: + - restart httpd + tags: + - fingerprints + - httpd + - httpd/fingerprints