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:
|
notify:
|
||||||
- restart kojid
|
- 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
|
- name: enable virtlogd service
|
||||||
service: name=virtlogd state=started enabled=yes
|
service: name=virtlogd state=started enabled=yes
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue