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
TASK [director : Store stackrc for later] ************************************************************************************************************************************************************************* fatal: [10.0.102.203]: FAILED! => {"msg": "template error while templating string: no filter named 'env_to_dict'. String: {{ _osp_director_stackrc_output.stdout | env_to_dict(only=osp_director_env_filters) }}"}
PLAY RECAP ******************************************************************************************************************************************************************************************************** 10.0.102.203 : ok=2 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0
The text was updated successfully, but these errors were encountered:
What version of Ansible are you running?
How have you installed the collection?
Sorry, something went wrong.
$ ansible --version ansible 2.9.0
python version = 3.5.4 (default, Oct 9 2017, 12:07:29) [GCC 6.4.1 20170727 (Red Hat 6.4.1-1)]
That filter was still inside of the role. I've moved it to the collection and updated the naming for it. Hopefully this sorts things out for you.
No branches or pull requests
TASK [director : Store stackrc for later] *************************************************************************************************************************************************************************
fatal: [10.0.102.203]: FAILED! => {"msg": "template error while templating string: no filter named 'env_to_dict'. String: {{ _osp_director_stackrc_output.stdout | env_to_dict(only=osp_director_env_filters) }}"}
PLAY RECAP ********************************************************************************************************************************************************************************************************
10.0.102.203 : ok=2 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0
The text was updated successfully, but these errors were encountered: