We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ddf86f commit 6781494Copy full SHA for 6781494
.github/workflows/main.yml
@@ -18,6 +18,6 @@ jobs:
18
with:
19
path: "${{ github.repository }}"
20
- name: Molecule for Ansible
21
- uses: MonolithProjects/action-molecule@v1.2.0
+ uses: MonolithProjects/action-molecule@v1.0.1
22
env:
23
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
tasks/install_deps.yml
@@ -69,14 +69,6 @@
69
tags:
70
- install
71
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
-
80
- name: Install dependencies on RHEL/CentOS/Fedora systems
81
package:
82
name:
0 commit comments