From e0182cae6bc33f2af97d48075e7980fda58ca47a Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Sat, 23 Mar 2024 19:21:32 +0100 Subject: [PATCH] fix an issue where tar is missing for alma and rocky --- installer/install/tpot.yml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/installer/install/tpot.yml b/installer/install/tpot.yml index 1ae6e198..3926100a 100644 --- a/installer/install/tpot.yml +++ b/installer/install/tpot.yml @@ -155,16 +155,6 @@ - "AlmaLinux" - "Rocky" - - name: Download and install micro editor (AlmaLinux, Rocky) - shell: "curl https://getmic.ro | bash && mv micro /usr/bin" - args: - executable: /bin/bash - register: curl_command - when: ansible_distribution in ["AlmaLinux", "Rocky"] - tags: - - "AlmaLinux" - - "Rocky" - - name: Install recommended packages (AlmaLinux, Rocky) package: name: @@ -179,6 +169,7 @@ - htop - httpd-tools - net-tools + - tar - vim - wget state: latest @@ -188,6 +179,16 @@ - "AlmaLinux" - "Rocky" + - name: Download and install micro editor (AlmaLinux, Rocky) + shell: "curl https://getmic.ro | bash && mv micro /usr/bin" + args: + executable: /bin/bash + register: curl_command + when: ansible_distribution in ["AlmaLinux", "Rocky"] + tags: + - "AlmaLinux" + - "Rocky" + - name: Install recommended packages (Fedora) package: name: