Skip to content

Commit

Permalink
sap_ha_pacemaker_cluster: fix(RHEL): packages on AWS
Browse files Browse the repository at this point in the history
  • Loading branch information
ja9fuchs committed Aug 26, 2024
1 parent ca4ea52 commit ea61830
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion roles/sap_ha_pacemaker_cluster/vars/redhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ __sap_ha_pacemaker_cluster_fence_agent_packages_dict:
# Dictionary with extra platform specific packages
__sap_ha_pacemaker_cluster_platform_extra_packages_dict:
cloud_aws_ec2_vs:
- awscli
- "{{ 'resource-agents-cloud' if ansible_distribution_major_version is version('9', '>=') else 'awscli' }}"
- "{{ 'awscli2' if ansible_distribution_version is version('9.5', '>=') else '' }}"
cloud_gcp_ce_vm:
- resource-agents-gcp
cloud_msazure_vm:
Expand Down

0 comments on commit ea61830

Please sign in to comment.