If you have a bunch of condition includes including the same file repeatedly with different paramters the output is nonsense to read. And before someone says “put it in a different role” in this case the include manages setting up certificates. The role is for an application with multiple ports that can all have different certs, keystores etc. Parameterised includes seemed to be the cleanest way to handle this inside of a role.
How do I revert back to the old behaviour? I have downgraded ansible in the meantime because it has made certain plays unreadable for me.
Ben