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 8bff2cd commit 260bf4fCopy full SHA for 260bf4f
molecule/default/molecule.yml
@@ -125,7 +125,7 @@ scenario:
125
name: default
126
test_sequence:
127
- dependency
128
- # - lint
+ - lint
129
- cleanup
130
- destroy
131
- syntax
tasks/install_deps.yml
@@ -69,15 +69,6 @@
69
tags:
70
- install
71
72
-
73
-- name: Clean 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
81
- name: Install dependencies on RHEL/CentOS/Fedora systems
82
package:
83
name:
0 commit comments