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 - wget
state: latest state: latest
update_cache: yes update_cache: yes
register: exa_install_result
when: ansible_distribution in ["AlmaLinux", "Rocky"] when: ansible_distribution in ["AlmaLinux", "Rocky"]
tags: tags:
- "AlmaLinux" - "AlmaLinux"
@ -235,6 +236,7 @@
- wget - wget
state: latest state: latest
update_cache: yes update_cache: yes
register: exa_install_result
when: ansible_distribution in ["Fedora"] when: ansible_distribution in ["Fedora"]
tags: tags:
- "Fedora" - "Fedora"
@ -247,7 +249,7 @@
- postfix - postfix
- yast2-auth-client - yast2-auth-client
- yast2-auth-user - yast2-auth-user
state: absent state: absent
update_cache: yes update_cache: yes
when: ansible_distribution in ["openSUSE Tumbleweed"] when: ansible_distribution in ["openSUSE Tumbleweed"]
tags: tags:
@ -270,6 +272,7 @@
- wget - wget
state: latest state: latest
update_cache: yes update_cache: yes
register: exa_install_result
when: ansible_distribution in ["openSUSE Tumbleweed"] when: ansible_distribution in ["openSUSE Tumbleweed"]
tags: tags:
- "openSUSE Tumbleweed" - "openSUSE Tumbleweed"