-
Notifications
You must be signed in to change notification settings - Fork 98
Open
Labels
Description
After fixing all sorts of unnecessary crap to make Ansible 12 happy, I stumbled on a show-stopper: various network config modules (at least ios_config and eos_config) no longer run the input file specified in the "src" parameter through Jinja2.
The "workaround" would be to create a local file from the config template and then use that local file in the xxx_config module, but I'm ready to go down that path only when it's evident beyond a reasonable doubt that the Ansible team completely lost touch with reality.
For the moment, I'll change the "gee, netlab initial does not work with Ansible 12" from warning into a fatal error.