Skip to content

Commit

Permalink
Add RedHat-9 vars
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronH88 committed Apr 2, 2024
1 parent dd41062 commit fa048b4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
8 changes: 4 additions & 4 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ platforms:
privileged: true
command: "/usr/sbin/init"
tmpfs:
- /run
- /tmp
"/run": "rw,mode=1777"
"/tmp": "rw,mode=1777"
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro

Expand All @@ -25,8 +25,8 @@ platforms:
privileged: true
command: "/lib/systemd/systemd"
tmpfs:
- /run
- /tmp
"/run": "rw,mode=1777"
"/tmp": "rw,mode=1777"
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro

Expand Down
6 changes: 3 additions & 3 deletions roles/setup/vars/RedHat-8.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
system_pip_package: python311-pip
python_executable: python3.11
pip_executable: pip3.11
system_pip_package: python39-pip
python_executable: python3.9
pip_executable: pip3.9
receptor_packages:
- receptor
- receptorctl
Expand Down
7 changes: 7 additions & 0 deletions roles/setup/vars/RedHat-9.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
system_pip_package: python3.11-pip
python_executable: python3.11
pip_executable: pip3.11
receptor_packages:
- receptor
- receptorctl
systemd_folder: "/usr/lib/systemd/system"

0 comments on commit fa048b4

Please sign in to comment.