mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 17:17:28 -04:00
fix an issue where micro is missing in opensuse tumbleweed
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user