Ensure we cleaned after removing mod_wsgi

This commit is contained in:
Pierre-Yves Chibon 2016-07-27 12:24:05 +02:00
parent 6f723a5c72
commit a7c5df7324

View file

@ -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: