Skip to content

Commit

Permalink
sap_hana_preconfigure: add a condition to disable sapconf
Browse files Browse the repository at this point in the history
  • Loading branch information
remrozk committed Oct 18, 2024
1 parent c1b479e commit 17dcd14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/sap_hana_preconfigure/tasks/SLES/configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
name: sapconf
state: stopped
enabled: false
when: "'sapconf' in ansible_facts.packages"

- name: Make sure that sapconf and tuned are stopped and disabled
ansible.builtin.command: "saptune service takeover"
Expand Down

0 comments on commit 17dcd14

Please sign in to comment.