Skip to content

Commit

Permalink
fix(sap_ha_pacemaker_cluster): update with new condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Wabri committed Jan 23, 2024
1 parent 5ee5cbe commit a9565ec
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@

# ha_cluster_hacluster_password
- name: "SAP HA Prepare Pacemaker - (ha_cluster) Register parameter 'ha_cluster_repos'"
when: ha_cluster_hacluster_password is defined
when:
- ha_cluster_hacluster_password is defined
- ha_cluster_hacluster_password | length > 0
ansible.builtin.set_fact:
__sap_ha_pacemaker_cluster_hacluster_user_password: "{{ ha_cluster_hacluster_password }}"
no_log: true # handle credentials with care
Expand Down

0 comments on commit a9565ec

Please sign in to comment.