i want to get this as a linux environment variables, after the playbook has finished it needs to setup some environment variable to linux level.
While a shell script is doing this by simply sourcing the file, why the same shell command is not working under ansible task
i want to get this as a linux environment variables, after the playbook has
finished it needs to setup some environment variable to linux level.
While a shell script is doing this by simply sourcing the file, why the
same shell command is not working under ansible task