requested format cleanup

pull/734/head
Ben England 2016-04-27 13:36:32 -04:00
parent f3355b9b5e
commit bd61d19b94
1 changed files with 3 additions and 1 deletions

View File

@ -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/*