Open AlanCoding opened 6 years ago
Same issue as https://github.com/ansible/tower-cli/issues/574
In modules, variables are handled here:
So it never passes the field with the "@" to signify lookup.
extra_vars may do that
Actually, it looks like the modules only accepts extra_vars from a file. That's weird.
Bug discovered from mailing list:
It actually looks like this is kind of intentional, because the host model uses the
Variables
type instead of theStructuredInput
type, meaning that it passes the variables as they are to the server, and does not accommodate the key=value syntax.