This repository was archived by the owner on Mar 6, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +18
-1
lines changed Expand file tree Collapse file tree 5 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ galaxy_info:
17
17
- name : EL
18
18
versions :
19
19
- 7
20
+ - 8
20
21
- name : Fedora
21
22
versions :
22
23
- 30
Original file line number Diff line number Diff line change @@ -36,6 +36,14 @@ platforms:
36
36
privileged : true
37
37
volumes :
38
38
- /sys/fs/cgroup:/sys/fs/cgroup:ro
39
+ - name : centos8
40
+ image : paulfantom/centos-molecule:8
41
+ docker_host : " ${DOCKER_HOST:-unix://var/run/docker.sock}"
42
+ privileged : true
43
+ volumes :
44
+ - /sys/fs/cgroup:/sys/fs/cgroup:ro
45
+ groups :
46
+ - python3
39
47
- name : fedora
40
48
image : paulfantom/fedora-molecule:30
41
49
docker_host : " ${DOCKER_HOST:-unix://var/run/docker.sock}"
Original file line number Diff line number Diff line change @@ -36,6 +36,14 @@ platforms:
36
36
privileged : true
37
37
volumes :
38
38
- /sys/fs/cgroup:/sys/fs/cgroup:ro
39
+ - name : centos8
40
+ image : paulfantom/centos-molecule:8
41
+ docker_host : " ${DOCKER_HOST:-unix://var/run/docker.sock}"
42
+ privileged : true
43
+ volumes :
44
+ - /sys/fs/cgroup:/sys/fs/cgroup:ro
45
+ groups :
46
+ - python3
39
47
- name : fedora
40
48
image : paulfantom/fedora-molecule:30
41
49
docker_host : " ${DOCKER_HOST:-unix://var/run/docker.sock}"
Original file line number Diff line number Diff line change 4
4
with_first_found :
5
5
- " {{ ansible_distribution | lower }}-{{ ansible_distribution_version | lower }}.yml"
6
6
- " {{ ansible_distribution | lower }}-{{ ansible_distribution_major_version | lower }}.yml"
7
- - " {{ ansible_distribution_file_variety | lower }}.yml"
7
+ - " {{ ansible_distribution_file_variety | lower }}-{{ ansible_distribution_major_version | lower }} .yml"
8
8
- " {{ ansible_os_family | lower }}-{{ ansible_distribution_major_version | lower }}.yml"
9
9
- " {{ ansible_distribution | lower }}.yml"
10
10
- " {{ ansible_os_family | lower }}-{{ ansible_distribution_version.split('.')[0] }}.yml"
File renamed without changes.
You can’t perform that action at this time.
0 commit comments