Marcos Moraes

Results 2 comments of Marcos Moraes

We don't need to use lookup('env', var) to get the var values. The variables are already available to tasks in Ansible, like this: ```yaml - name: Print Env Var ansible.builtin.debug:...

I'm able to use Variable Groups to set Environment Variables: These variables are available in the host: setting AWS credentials, for example, enables a dynamic inventory. But using the API...