Skip to content

Commit

Permalink
Merge pull request #260 from alvarocarvajald/fence-agents-12sp5
Browse files Browse the repository at this point in the history
Install fence-agents-azure-arm also on 12-SP5
  • Loading branch information
alvarocarvajald authored Aug 16, 2024
2 parents 439254a + 6fc51e6 commit 8d5072d
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 8d5072d

Please sign in to comment.