mirror of https://github.com/ceph/ceph-ansible.git
cleanup /tmp/rh-storage-repo so newer repos are actually installed
parent
f3d98a64f9
commit
f3355b9b5e
|
@ -412,6 +412,9 @@
|
|||
when:
|
||||
ansible_pkg_mgr == 'dnf'
|
||||
|
||||
- name: purge RPM cache in /tmp
|
||||
file: path=/tmp/rh-storage-repo state=absent
|
||||
|
||||
- name: clean apt
|
||||
shell: apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
when:
|
||||
|
|
Loading…
Reference in New Issue