mirror of https://github.com/ceph/ceph-ansible.git
requested format cleanup
parent
f3355b9b5e
commit
bd61d19b94
|
@ -413,7 +413,9 @@
|
|||
ansible_pkg_mgr == 'dnf'
|
||||
|
||||
- name: purge RPM cache in /tmp
|
||||
file: path=/tmp/rh-storage-repo state=absent
|
||||
file:
|
||||
path: /tmp/rh-storage-repo
|
||||
state: absent
|
||||
|
||||
- name: clean apt
|
||||
shell: apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
|
|
Loading…
Reference in New Issue