Skip to content

Commit

Permalink
fix(sap_hana_preconfigure/tasks/SLES): update noop with bin/true
Browse files Browse the repository at this point in the history
  • Loading branch information
Wabri committed Feb 13, 2024
1 parent 1179289 commit 9b5bcd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/sap_hana_preconfigure/tasks/SLES/configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
- "audit=1"

- name: Trigger grub update if necessary
ansible.builtin.meta: noop
ansible.builtin.command: /bin/true
when: set_grub_entries.results | selectattr('changed', 'equalto', true) | list | length > 0
notify: GRUB_post-update_configuration

Expand Down

0 comments on commit 9b5bcd9

Please sign in to comment.