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
|
- pps
|
||||||
- packages
|
- 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
|
- name: install needed packages
|
||||||
dnf: pkg={{ item }} state=present
|
dnf: pkg={{ item }} state=present
|
||||||
with_items:
|
with_items:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue