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 d7a47a7 commit c116434Copy full SHA for c116434
meta/main.yml
@@ -30,7 +30,6 @@ galaxy_info:
30
- bookworm
31
- name: Fedora
32
versions:
33
- - "37"
34
- "38"
35
- name: Kali
36
molecule/default/molecule.yml
@@ -49,15 +49,6 @@ platforms:
49
privileged: true
50
volumes:
51
- /sys/fs/cgroup:/sys/fs/cgroup:rw
52
- - cgroupns_mode: host
53
- command: /lib/systemd/systemd
54
- image: docker.io/geerlingguy/docker-fedora37-ansible:latest
55
- name: fedora37-systemd
56
- platform: amd64
57
- pre_build_image: true
58
- privileged: true
59
- volumes:
60
- - /sys/fs/cgroup:/sys/fs/cgroup:rw
61
- cgroupns_mode: host
62
command: /lib/systemd/systemd
63
image: docker.io/geerlingguy/docker-fedora38-ansible:latest
0 commit comments