Re: [ansible-project] [SOLVED] Re: How to load variables for a tagged role?

2018-04-08 Thread Kai Stian Olstad
On Saturday, 7 April 2018 14.27.58 CEST Karl Auer wrote: > Possibly bad form to reply to one's own query, but I think I worked it out. It's not, it's encouraged when you have an answer. People don't waste time answering and other might have the same question also get an answer, so it's a win

[ansible-project] [SOLVED] Re: How to load variables for a tagged role?

2018-04-07 Thread Karl Auer
Possibly bad form to reply to one's own query, but I think I worked it out. Rather than tag every task inside the role, I split the big role up into four. I removed ALL the tagging from inside the roles, and set up this little playbook: --- - hosts: localhost connection: local