fix an issue where tar is missing for alma and rocky

This commit is contained in:
Marco Ochse 2024-03-23 19:21:32 +01:00
parent d8c187b176
commit e0182cae6b

View file

@ -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: