mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #734 from bengland2/cleanup-tmp-rh-storage
cleanup /tmp/rh-storage-repo so newer repos are actually installedpull/742/head
commit
04c594f328
|
@ -412,6 +412,11 @@
|
|||
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