From 013f817c193d8685ac32477a113ae0d0365f37f7 Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Sat, 23 Mar 2024 21:41:17 +0100 Subject: [PATCH] fix an issue where micro is missing in opensuse tumbleweed --- installer/install/tpot.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/installer/install/tpot.yml b/installer/install/tpot.yml index 46c4cf81..cc4f4f16 100644 --- a/installer/install/tpot.yml +++ b/installer/install/tpot.yml @@ -180,14 +180,14 @@ - "AlmaLinux" - "Rocky" - - name: Download and install micro editor (AlmaLinux, Rocky) + - name: Download and install micro editor (AlmaLinux, openSUSE Tumbleweed, Rocky) shell: "curl https://getmic.ro | bash && mv micro /usr/bin" args: executable: /bin/bash - register: curl_command - when: ansible_distribution in ["AlmaLinux", "Rocky"] + when: ansible_distribution in ["AlmaLinux", "openSUSE Tumbleweed", "Rocky"] tags: - "AlmaLinux" + - "openSUSE Tumbleweed" - "Rocky" - name: Install recommended packages (Fedora) @@ -241,7 +241,6 @@ - git - grc - htop - - micro - vim - wget state: latest