From ad8523e598e755f47bf801baa968a39b2f641c4a Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 21 Sep 2015 20:43:41 +0000 Subject: [PATCH] Typofix. --- roles/pdc/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/pdc/tasks/main.yml b/roles/pdc/tasks/main.yml index 794244b376..ad643bfe7e 100644 --- a/roles/pdc/tasks/main.yml +++ b/roles/pdc/tasks/main.yml @@ -34,7 +34,7 @@ - pdc - name: Copy over httpd config - template: src=pdf.conf dest=/etc/httpd/conf.d/pdc.conf + template: src=pdc.conf dest=/etc/httpd/conf.d/pdc.conf notify: restart httpd tags: - pdc