Merge "[Queens only] Clean yum metadata." into stable/queens

This commit is contained in:
Zuul 2020-08-07 16:19:34 +00:00 committed by Gerrit Code Review
commit 5f24be29a5
1 changed files with 2 additions and 0 deletions

View File

@ -151,6 +151,8 @@ outputs:
awk -F ":" '/Out of sync:/ { print $2}' awk -F ":" '/Out of sync:/ { print $2}'
register: puppet_docker_noop_output register: puppet_docker_noop_output
failed_when: false failed_when: false
- name: Clean yum metadata
shell: yum clean metadata
- name: Is docker going to be updated - name: Is docker going to be updated
shell: yum check-update docker shell: yum check-update docker
register: docker_check_update register: docker_check_update