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.
2 parents 25274cc + 5e0a7da commit d22813aCopy full SHA for d22813a
tasks/install_shell.sh
@@ -194,6 +194,14 @@ if [ -f "$PT__installdir/facts/tasks/bash.sh" ]; then
194
elif test "x$platform" = "xRedHat"; then
195
platform="el"
196
197
+ # Handle Rocky
198
+ elif test "x$platform" = "xRocky"; then
199
+ platform="el"
200
+
201
+ # Handle AlmaLinux
202
+ elif test "x$platform" = "xAlmalinux"; then
203
204
205
# If facts task return "Linux" for platform, investigate.
206
elif test "x$platform" = "xLinux"; then
207
if test -f "/etc/SuSE-release"; then
0 commit comments