On Wednesday, May 15, 2019 at 2:52:26 PM UTC-4, J Davis wrote: > > $ ansible-playbook -i prtmpftp, hostvarstest.yml >
You told ansible-playbook to use 'prtmpftp,' as the inventory source; this does not include any host vars, since it's a simple comma-separated list of hostnames. You should instead use the same inventory you used in your adhoc command by running `ansible-playbook hostvarstest.yml` -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/8f5a7db0-b7ad-4321-9666-7c3a15792108%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
