From 5590b213f8f555ab1ad7b2284ddbd148b1f4553f Mon Sep 17 00:00:00 2001 From: Wabri <12409541+Wabri@users.noreply.github.com> Date: Tue, 23 Jan 2024 17:25:58 +0100 Subject: [PATCH] Revert "Merge pull request #616 from Wabri/feature/615/pacemaker" This reverts commit 2a8359425c2b991f193065cf71eacdd9e696c683, reversing changes made to 5ee5cbe030ad152edfe96567155812f9abcdc25f. --- .../tasks/import_hacluster_vars_from_inventory.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/roles/sap_ha_pacemaker_cluster/tasks/import_hacluster_vars_from_inventory.yml b/roles/sap_ha_pacemaker_cluster/tasks/import_hacluster_vars_from_inventory.yml index ad449ce7b..b3c5ad290 100644 --- a/roles/sap_ha_pacemaker_cluster/tasks/import_hacluster_vars_from_inventory.yml +++ b/roles/sap_ha_pacemaker_cluster/tasks/import_hacluster_vars_from_inventory.yml @@ -63,9 +63,7 @@ # ha_cluster_hacluster_password - name: "SAP HA Prepare Pacemaker - (ha_cluster) Register parameter 'ha_cluster_repos'" - when: - - ha_cluster_hacluster_password is defined - - ha_cluster_hacluster_password | length > 0 + when: ha_cluster_hacluster_password is defined ansible.builtin.set_fact: __sap_ha_pacemaker_cluster_hacluster_user_password: "{{ ha_cluster_hacluster_password }}" no_log: true # handle credentials with care