We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The command {{ lookup('env','PWD') }} used in all playbooks to obtain the current directory is not working.
{{ lookup('env','PWD') }}
@arocha7 do you also have problems with this or is just me?
An alternative approach is to use the built-in ansible var {{ playbook_dir }}
{{ playbook_dir }}
The text was updated successfully, but these errors were encountered:
arocha7
lconceicao
No branches or pull requests
The command
{{ lookup('env','PWD') }}
used in all playbooks to obtain the current directory is not working.@arocha7 do you also have problems with this or is just me?
An alternative approach is to use the built-in ansible var
{{ playbook_dir }}
The text was updated successfully, but these errors were encountered: