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
With the following task:
- prompt: msg: say: Whats up? ask: some_namespace.some_variable
I would expect the some_namespace.some_variable to be set, but instead I get the following error:
some_namespace.some_variable
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Invalid character in 'ask' parameter 'some_namespace.some_variable'."}
I have also tried it with some_namespace["some_variable"] and some_namespace['some_variable'] with the same error.
some_namespace["some_variable"]
some_namespace['some_variable']
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With the following task:
I would expect the
some_namespace.some_variable
to be set, but instead I get the following error:I have also tried it with
some_namespace["some_variable"]
andsome_namespace['some_variable']
with the same error.The text was updated successfully, but these errors were encountered: