We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bcaba4 commit d638e6cCopy full SHA for d638e6c
1 file changed
src/roles/ha_db_hana/tasks/resource-migration.yml
@@ -55,11 +55,11 @@
55
register: hana_resource_id
56
failed_when: hana_resource_id.rc != 0
57
ignore_errors: true
58
-
59
- - name: "Test Execution: Set the resource name"
60
- when: hana_resource_id.rc == 0
61
- ansible.builtin.set_fact:
62
- hana_resource_name: "{{ hana_resource_id.stdout }}"
+ always:
+ - name: "Test Execution: Set the resource name"
+ when: hana_resource_id.rc == 0
+ ansible.builtin.set_fact:
+ hana_resource_name: "{{ hana_resource_id.stdout }}"
63
64
- name: "Test Execution: Move the resource to the targeted node"
65
ansible.builtin.command: "{{ commands | selectattr(
0 commit comments