From a7c5df7324fcac5a759f72042d79efd3a504d34e Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 27 Jul 2016 12:24:05 +0200 Subject: [PATCH] Ensure we cleaned after removing mod_wsgi --- roles/plus-plus-service/tasks/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/plus-plus-service/tasks/main.yml b/roles/plus-plus-service/tasks/main.yml index eb0323df2b..0fea24c308 100644 --- a/roles/plus-plus-service/tasks/main.yml +++ b/roles/plus-plus-service/tasks/main.yml @@ -7,6 +7,12 @@ - pps - packages +- name: Ensure there are no left over of mod_wsgi + file: file: path=/etc/httpd/conf.d/wsgi.conf state=absent + tags: + - pps + - config + - name: install needed packages dnf: pkg={{ item }} state=present with_items: