Skip to content
New issue

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

vars_file is no longer working? #8

Open
iuriaranda opened this issue Nov 6, 2019 · 1 comment
Open

vars_file is no longer working? #8

iuriaranda opened this issue Nov 6, 2019 · 1 comment

Comments

@iuriaranda
Copy link

iuriaranda commented Nov 6, 2019

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?

If that's the case I think it should be either implemented back, or removed from the documentation.

@fenech
Copy link

fenech commented Mar 25, 2021

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: ansible-vars
  file: vars/vars.json
- put: ansible
  params:
    vars: ((.:ansible-vars))
    # etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants