Hi All ,
I have a issue shell module its not executing :
shell: |
cd /u01/{{APP_NAME}}
scriptpass run {{APP_NAME}} rotate-passwd FORCE_RESET
Multiple shell scrips work is shell module except the above script
Hi All ,
I have a issue shell module its not executing :
shell: |
cd /u01/{{APP_NAME}}
scriptpass run {{APP_NAME}} rotate-passwd FORCE_RESET
Multiple shell scrips work is shell module except the above script
Try indenting the commands to the same level (indent scriptpass to the same level as cd).