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