Skip to content

Commit

Permalink
Merge pull request sap-linuxlab#857 from ja9fuchs/fix-aws-rhel
Browse files Browse the repository at this point in the history
sap_ha_pacemaker_cluster: fix(RHEL): packages on AWS
  • Loading branch information
ja9fuchs authored Sep 5, 2024
2 parents 31abc8f + ea61830 commit 2461cc5
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 2461cc5

Please sign in to comment.