Skip to content

Commit 1ddf86f

Browse files
Clean metadata
Former-commit-id: 6cbc7b9
1 parent 1881082 commit 1ddf86f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tasks/install_deps.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@
6969
tags:
7070
- install
7171

72+
- name: yum-clean-metadata
73+
command: yum clean metadata
74+
args:
75+
warn: no
76+
when: (ansible_distribution == "RedHat") or
77+
(ansible_distribution == "CentOS") or
78+
(ansible_distribution == "Fedora")
7279

7380
- name: Install dependencies on RHEL/CentOS/Fedora systems
7481
package:

0 commit comments

Comments
 (0)