Hello,
I’ve googled high and low for an answer but keep going down rabbit holes with no obvious solution. This seems like the right place to ask. I’m guessing this behavior is a “feature” of ansible and there’s not a work-around?
I have the following playbook excerpt:
You added a name to an include and include itself disappears and is
replaced by the included tasks during playbook compilation, these
tasks have names already so even if it were inheritable (it isn't)
they would be overriding it.
Thanks Brian! I suspected it was a “feature” of ansible.
The only workaround then, would to be to add something in the name of every individual task or go back to a single playbook?