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 e6dfb9a commit 3e66e8cCopy full SHA for 3e66e8c
molecule/default/converge.yml
@@ -3,7 +3,7 @@
3
roles:
4
- role: base_git
5
vars:
6
- collections_enabled: false
+ collections_enabled: true
7
8
9
collections_enabled: true
molecule/default/molecule.yml
@@ -9,6 +9,9 @@ lint: |
yamllint .
10
ansible-lint
11
platforms:
12
+ - name: base-git-centos8
13
+ image: centos:8.3.2011
14
+ privileged: true
15
- name: base-git-ubi8
16
image: registry.access.redhat.com/ubi8/ubi
17
privileged: true
0 commit comments