We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db32594 + e6f63c0 commit 8f1ced3Copy full SHA for 8f1ced3
roles/sap_vm_temp_vip/tasks/get_temp_vip_details.yml
@@ -84,6 +84,8 @@
84
when:
85
- sap_vm_temp_vip_default_broadcast == ''
86
- __sap_vm_temp_vip_get_ips.stdout is defined and __sap_vm_temp_vip_get_ips.stdout | length > 0
87
+ # regex_search is 'NoneType' when string is not found, therefore we have to skip it.
88
+ - __sap_vm_temp_vip_brd is not none
89
changed_when: false
90
91
# Combine final broadcast IP based on decision below:
0 commit comments