mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-19 21:52:27 +00:00
fix an issue where micro is missing in opensuse tumbleweed
This commit is contained in:
parent
d594c2aa0c
commit
013f817c19
1 changed files with 3 additions and 4 deletions
|
@ -180,14 +180,14 @@
|
||||||
- "AlmaLinux"
|
- "AlmaLinux"
|
||||||
- "Rocky"
|
- "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"
|
shell: "curl https://getmic.ro | bash && mv micro /usr/bin"
|
||||||
args:
|
args:
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
register: curl_command
|
when: ansible_distribution in ["AlmaLinux", "openSUSE Tumbleweed", "Rocky"]
|
||||||
when: ansible_distribution in ["AlmaLinux", "Rocky"]
|
|
||||||
tags:
|
tags:
|
||||||
- "AlmaLinux"
|
- "AlmaLinux"
|
||||||
|
- "openSUSE Tumbleweed"
|
||||||
- "Rocky"
|
- "Rocky"
|
||||||
|
|
||||||
- name: Install recommended packages (Fedora)
|
- name: Install recommended packages (Fedora)
|
||||||
|
@ -241,7 +241,6 @@
|
||||||
- git
|
- git
|
||||||
- grc
|
- grc
|
||||||
- htop
|
- htop
|
||||||
- micro
|
|
||||||
- vim
|
- vim
|
||||||
- wget
|
- wget
|
||||||
state: latest
|
state: latest
|
||||||
|
|
Loading…
Reference in a new issue