Hi,
I am struggling with an issue that seems to be a bug introduced in newer versions of ansible or something could have changed the way of work/thinking. I want to create dynamic group vars
// site.yml
Hi,
I am struggling with an issue that seems to be a bug introduced in newer versions of ansible or something could have changed the way of work/thinking. I want to create dynamic group vars
// site.yml
I want to create dynamic group vars
Put them in group_vars/
Old versions (1.4.4 for example) this error does not happen.
Any ideas?
I don't know what 1.4.x did, but 1.8+ would also have issued a similar
error in your case.
-- Abhijit