From e871dc8d91d66e86096a227e32ea82e51d7bd9f0 Mon Sep 17 00:00:00 2001 From: Sven Velt Date: Thu, 14 Sep 2023 12:53:31 +0200 Subject: [PATCH] Fix platform python linking --- create_inventory_lxc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_inventory_lxc.yml b/create_inventory_lxc.yml index 26eb3ea..aedd24b 100644 --- a/create_inventory_lxc.yml +++ b/create_inventory_lxc.yml @@ -47,7 +47,7 @@ cmdline_fixes: oracle: 8: - - '[ ! -f /usr/bin/python3 ] && ln -s /usr/libexec/platform-python /usr/bin/python3' + - '[ ! -f /usr/bin/python3 ] && ln -s /usr/libexec/platform-python /usr/bin/python3 || true' ssh_package_name: alpine: openssh