From ea61830c784e3457e506e0b835ef4b8d7e164b92 Mon Sep 17 00:00:00 2001 From: Janine Fuchs Date: Mon, 26 Aug 2024 18:25:03 +0200 Subject: [PATCH] sap_ha_pacemaker_cluster: fix(RHEL): packages on AWS --- roles/sap_ha_pacemaker_cluster/vars/redhat.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/sap_ha_pacemaker_cluster/vars/redhat.yml b/roles/sap_ha_pacemaker_cluster/vars/redhat.yml index 93e2d40a..5c144d23 100644 --- a/roles/sap_ha_pacemaker_cluster/vars/redhat.yml +++ b/roles/sap_ha_pacemaker_cluster/vars/redhat.yml @@ -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: