Skip to content

Commit

Permalink
Install fence-agents-azure-arm also on 12-SP5
Browse files Browse the repository at this point in the history
Bug https://bugzilla.suse.com/show_bug.cgi?id=1226671 was also reported
in 12sp5 VMs in Azure, so a similar fix as the one applied for
15-SP4/5/6 has been implemented. As such, we also need to install
fence-agents-azure-arm in 12sp5.
  • Loading branch information
alvarocarvajald committed Aug 13, 2024
1 parent 439254a commit 6fc51e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ansible/playbooks/tasks/azure-cluster-bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
retries: 3
delay: 60
when:
- ansible_distribution_version is version('15.4', '>=')
- 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:
Expand Down

0 comments on commit 6fc51e6

Please sign in to comment.