mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
fix an issue where tar is missing for alma and rocky
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user