From ee574fb653794dbe58bdcadcd39d11aa2c7eebe7 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 27 Jul 2016 14:21:03 +0200 Subject: [PATCH] Fix typo --- roles/plus-plus-service/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/plus-plus-service/tasks/main.yml b/roles/plus-plus-service/tasks/main.yml index 0fea24c308..d7bc160313 100644 --- a/roles/plus-plus-service/tasks/main.yml +++ b/roles/plus-plus-service/tasks/main.yml @@ -8,7 +8,7 @@ - packages - name: Ensure there are no left over of mod_wsgi - file: file: path=/etc/httpd/conf.d/wsgi.conf state=absent + file: path=/etc/httpd/conf.d/wsgi.conf state=absent tags: - pps - config