Skip to content

Commit

Permalink
Set min python level per platform type
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronH88 committed Apr 3, 2024
1 parent 1ee581c commit bae2752
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion roles/setup/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ additional_system_packages: []

additional_python_packages: []

system_pip_package: python3.11-pip
system_pip_package: python3-pip

pip_executable: pip3
python_executable: python3
Expand Down
1 change: 1 addition & 0 deletions roles/setup/vars/Debian.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
systemd_folder: "/lib/systemd/system"
receptor_install_method: 'release' # required beacuse on debian machine no package receptor exists
minimum_python_version: 3.11

Check failure on line 4 in roles/setup/vars/Debian.yml

View workflow job for this annotation

GitHub Actions / ansible-lint

yaml[new-line-at-end-of-file]

No new line character at the end of file
1 change: 1 addition & 0 deletions roles/setup/vars/RedHat-8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ receptor_packages:
- receptor
- receptorctl
systemd_folder: "/usr/lib/systemd/system"
minimum_python_version: 3.9

Check failure on line 8 in roles/setup/vars/RedHat-8.yml

View workflow job for this annotation

GitHub Actions / ansible-lint

yaml[new-line-at-end-of-file]

No new line character at the end of file
1 change: 1 addition & 0 deletions roles/setup/vars/RedHat-9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ receptor_packages:
- receptor
- receptorctl
systemd_folder: "/usr/lib/systemd/system"
minimum_python_version: 3.11

Check failure on line 8 in roles/setup/vars/RedHat-9.yml

View workflow job for this annotation

GitHub Actions / ansible-lint

yaml[new-line-at-end-of-file]

No new line character at the end of file

0 comments on commit bae2752

Please sign in to comment.