Remove cached python files for oz Guest.py
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
1d648eeec8
commit
294dc46f53
1 changed files with 10 additions and 0 deletions
|
@ -103,6 +103,16 @@
|
|||
notify:
|
||||
- restart kojid
|
||||
|
||||
- name: Remove old python optimization caches
|
||||
file: path=/usr/lib/python2.7/site-packages/oz/Guest.{{item}} state=absent
|
||||
with_items:
|
||||
- pyc
|
||||
- pyo
|
||||
tags:
|
||||
- koji_builder
|
||||
notify:
|
||||
- restart kojid
|
||||
|
||||
- name: enable virtlogd service
|
||||
service: name=virtlogd state=started enabled=yes
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue