This commit is contained in:
Marco Ochse 2024-05-11 10:12:47 +02:00
parent 8ec7255443
commit 621a13df1a

View file

@ -200,6 +200,7 @@
- wget
state: latest
update_cache: yes
register: exa_install_result
when: ansible_distribution in ["AlmaLinux", "Rocky"]
tags:
- "AlmaLinux"
@ -235,6 +236,7 @@
- wget
state: latest
update_cache: yes
register: exa_install_result
when: ansible_distribution in ["Fedora"]
tags:
- "Fedora"
@ -270,6 +272,7 @@
- wget
state: latest
update_cache: yes
register: exa_install_result
when: ansible_distribution in ["openSUSE Tumbleweed"]
tags:
- "openSUSE Tumbleweed"