You need to put those export commands in the shell initialization files. Running export will set it just for the current session, which will close when the playbook ends.
You need to put those export commands in the shell initialization files. Running export will set it just for the current session, which will close when the playbook ends.