Skip to content

Commit 6781494

Browse files
Old action
Former-commit-id: 91bfcd2
1 parent 1ddf86f commit 6781494

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
with:
1919
path: "${{ github.repository }}"
2020
- name: Molecule for Ansible
21-
uses: MonolithProjects/action-molecule@v1.2.0
21+
uses: MonolithProjects/action-molecule@v1.0.1
2222
env:
2323
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

tasks/install_deps.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,6 @@
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")
79-
8072
- name: Install dependencies on RHEL/CentOS/Fedora systems
8173
package:
8274
name:

0 commit comments

Comments
 (0)