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
Correct me if I'm wrong, but I think the out parameter vars_file is being ignored at the moment. Only vars is used. Am I just missing something?
out
vars_file
vars
If that's the case I think it should be either implemented back, or removed from the documentation.
The text was updated successfully, but these errors were encountered:
I guess you gave up waiting a while ago 😛, but I just ran into this too. In case it's useful to others, my workaround was to use a load_var step:
load_var
- load_var: ansible-vars file: vars/vars.json - put: ansible params: vars: ((.:ansible-vars)) # etc.
Sorry, something went wrong.
No branches or pull requests
Correct me if I'm wrong, but I think the
out
parametervars_file
is being ignored at the moment. Onlyvars
is used. Am I just missing something?If that's the case I think it should be either implemented back, or removed from the documentation.
The text was updated successfully, but these errors were encountered: