Remove python compiled versions of auth.py
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
b99109eda6
commit
e1fb3f9618
1 changed files with 8 additions and 0 deletions
|
@ -30,6 +30,14 @@
|
|||
tags:
|
||||
- koji_hub
|
||||
|
||||
- name: Remove python compiled files for auth.py
|
||||
file: path=/usr/lib/python2.7/site-packages/koji/auth.{{item}} state=absent
|
||||
with_items:
|
||||
- pyc
|
||||
- pyo
|
||||
tags:
|
||||
- koji_hub
|
||||
|
||||
- name: make koji pki directory
|
||||
file: state=directory path=/etc/pki/koji/ owner=root group=root
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue