Remove pycache entries on update
This commit is contained in:
parent
fef97f0b04
commit
7dbabf76c5
|
@ -39,7 +39,11 @@
|
|||
file:
|
||||
dest: /var/cache/apt/archives
|
||||
state: absent
|
||||
|
||||
|
||||
- name: clean pycaches
|
||||
command: 'find /usr/share/pvc -name "__pycache__" -exec rm -r {} \;'
|
||||
ignore_errors: true
|
||||
|
||||
- name: restart daemons cleanly
|
||||
block:
|
||||
- name: secondary node
|
||||
|
|
Loading…
Reference in New Issue