Skip to content

Commit

Permalink
change changed_when to true
Browse files Browse the repository at this point in the history
  • Loading branch information
crysaki committed Nov 14, 2024
1 parent c1b479e commit a31a63b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -279,5 +279,5 @@
- name: Call Reboot handler if necessary
ansible.builtin.command: /bin/true
notify: __sap_general_preconfigure_reboot_handler
changed_when: false
changed_when: true
when: __sap_general_preconfigure_register_needs_restarting is failed
2 changes: 1 addition & 1 deletion roles/sap_general_preconfigure/tasks/SLES/installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@
- name: Call Reboot handler if necessary
ansible.builtin.command: /bin/true
notify: __sap_general_preconfigure_reboot_handler
changed_when: false
changed_when: true
when: __sap_general_preconfigure_register_needs_restarting is failed

0 comments on commit a31a63b

Please sign in to comment.