From 621a13df1a9d6807ef9674533ba7eee0e96ac40e Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Sat, 11 May 2024 10:12:47 +0200 Subject: [PATCH] Fixes #1540 --- installer/install/tpot.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/installer/install/tpot.yml b/installer/install/tpot.yml index e3cbc118..69dae3c7 100644 --- a/installer/install/tpot.yml +++ b/installer/install/tpot.yml @@ -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" @@ -247,7 +249,7 @@ - postfix - yast2-auth-client - yast2-auth-user - state: absent + state: absent update_cache: yes when: ansible_distribution in ["openSUSE Tumbleweed"] tags: @@ -270,6 +272,7 @@ - wget state: latest update_cache: yes + register: exa_install_result when: ansible_distribution in ["openSUSE Tumbleweed"] tags: - "openSUSE Tumbleweed"