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

Clarify usage around non-string variables in docs #129

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sikha-root
Copy link
Contributor

The documentation for the ansible_host module suggested that lists/maps were supported as long as they were JSONified, but I see that is not the case (especially now that I saw #128).
This makes it a bit more clear how to use lists/maps from Terraform in Ansible playbook/role variables.

As an aside, jsonencode(some_list) silently "works" when Ansible expects a list but as a list of characters (from the string result), which ended up in some funny results.

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

Successfully merging this pull request may close these issues.

1 participant