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