From 488bdf8be14ac412f6a1b69e6075dbf305e24ef4 Mon Sep 17 00:00:00 2001 From: Michele Pagot Date: Thu, 28 Nov 2024 11:58:16 +0100 Subject: [PATCH] Remove bsc1224797 workaround --- .../playbooks/tasks/azure-cluster-bootstrap.yaml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/ansible/playbooks/tasks/azure-cluster-bootstrap.yaml b/ansible/playbooks/tasks/azure-cluster-bootstrap.yaml index 6b8d93ac..d1c3a5ac 100644 --- a/ansible/playbooks/tasks/azure-cluster-bootstrap.yaml +++ b/ansible/playbooks/tasks/azure-cluster-bootstrap.yaml @@ -14,20 +14,6 @@ retries: 3 delay: 60 -- name: Ensure cluster dependencies for SLES >= 15-SP4 are installed - community.general.zypper: - name: "{{ item }}" # Caution, no version control here (yet) - state: present - loop: - - fence-agents-azure-arm # Workaround for bsc#1224797. We should remove this line once the base OS images include the package - register: result - until: result is succeeded - retries: 3 - delay: 60 - when: - - ansible_distribution_version is version('15.4', '>=') or - ansible_distribution_version is version('12.5', '==') - - name: Get the status of all extensions ansible.builtin.command: cmd: SUSEConnect -s