Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This role will deploy or redeploy or uninstall and register or unregister local
* Supported Linux distros:
* CentOS/RHEL 7,8
* Debian 9,10
* Fedora 16+
* Fedora 31,30,29,28
* Ubuntu 16,18

* System must have access to the GitHub.
Expand Down
5 changes: 4 additions & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
- 7
- name: Fedora
versions:
- all
- 28
- 29
- 30
- 31
- name: Debian
versions:
- buster
Expand Down
10 changes: 10 additions & 0 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ platforms:
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
privileged: yes
pre_build_image: yes
- name: Fedora31
image: monolithprojects/systemd-fedora31:latest
command: /sbin/init
tmpfs:
- /run
- /tmp
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
privileged: yes
pre_build_image: yes
- name: Ubuntu16
image: monolithprojects/systemd-ubuntu16:latest
Expand Down