Hello All, I have a shell script say 'test1.sh', roughly looks like this, I am trying to execute script with ansible, which throws "No such file or directory" error for "source ../Properties/Main.sh" However, the script is working fine is I am NOT using ansible.
#/bin/bash # Few Commands source ../Properties/Main.sh # #Remaining Part of the Script I belive execution is failing because, 'source' Command is not executable. How should I solve this ? Any help will be appreciated.! Thanks, Tejas -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
