Skip to content

Commit 64e174a

Browse files
Fix metadata
Former-commit-id: b175c68
1 parent 6e0b5dc commit 64e174a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tasks/install_deps.yml

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

72+
73+
- name: Clear metadata
74+
command: yum clean metadata
75+
when: (ansible_distribution == "RedHat") or
76+
(ansible_distribution == "CentOS") or
77+
(ansible_distribution == "Fedora")
78+
tags:
79+
- install
80+
7281
- name: Install dependencies on RHEL/CentOS/Fedora systems
7382
package:
7483
name:

0 commit comments

Comments
 (0)