--
You received this message because you are subscribed to the Google Groups "Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-deve...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
- host: {{ groupname }}
tasks:
- name: test
raw: ls
groupname: localhost
But what is a problem with vars_files being defined on top of a playbook? It should work the same as if we added the same vars_files to all plays, I don't see a downside to that and it should probably be even easy to implement it.
--
You received this message because you are subscribed to a topic in the Google Groups "Ansible Development" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ansible-devel/gCyhboUlYic/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ansible-deve...@googlegroups.com.