Merge pull request #734 from bengland2/cleanup-tmp-rh-storage

cleanup /tmp/rh-storage-repo so newer repos are actually installed
pull/742/head
Leseb 2016-04-28 14:46:04 -05:00
commit 04c594f328
1 changed files with 5 additions and 0 deletions

View File

@ -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: