Ensure we cleaned after removing mod_wsgi
This commit is contained in:
parent
6f723a5c72
commit
a7c5df7324
1 changed files with 6 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue