mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-20 06:02:24 +00:00
fix an issue where tar is missing for alma and rocky
This commit is contained in:
parent
d8c187b176
commit
e0182cae6b
1 changed files with 11 additions and 10 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue