mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 12:03:38 +08:00
Remove python compiled versions of auth.py
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user