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"
|
- "AlmaLinux"
|
||||||
- "Rocky"
|
- "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)
|
- name: Install recommended packages (AlmaLinux, Rocky)
|
||||||
package:
|
package:
|
||||||
name:
|
name:
|
||||||
|
@ -179,6 +169,7 @@
|
||||||
- htop
|
- htop
|
||||||
- httpd-tools
|
- httpd-tools
|
||||||
- net-tools
|
- net-tools
|
||||||
|
- tar
|
||||||
- vim
|
- vim
|
||||||
- wget
|
- wget
|
||||||
state: latest
|
state: latest
|
||||||
|
@ -188,6 +179,16 @@
|
||||||
- "AlmaLinux"
|
- "AlmaLinux"
|
||||||
- "Rocky"
|
- "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)
|
- name: Install recommended packages (Fedora)
|
||||||
package:
|
package:
|
||||||
name:
|
name:
|
||||||
|
|
Loading…
Reference in a new issue