79323084

Date: 2025-01-02 07:56:37
Score: 1
Natty:
Report link

answer to the problem is the two last lines on the ansible code:

- name: Run SAPStopStart.py script
  shell: |- 
    python /opt/osit/sap/bin/SAPStopStart.py -a Check -s "all" --hrep "yes" --hsql "yes"
  become: true
  become_user: root
  register: sap_stop_start_out
  ignore_errors: yes
  timeout: 300
  environment:
    TERM: xterm
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: etorrab