You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have to work with ansible play books that already have roles defined, e.g. "kafka" - it expects inventory with a group of hosts under the "kafka" label.
The closest i can get is "role_kafka" by adding a tag role = kafka.
Perhaps a special reserved key name for the tag of "role" could be treated differently?
The text was updated successfully, but these errors were encountered:
I have to work with ansible play books that already have roles defined, e.g. "kafka" - it expects inventory with a group of hosts under the "kafka" label.
The closest i can get is "role_kafka" by adding a tag role = kafka.
Perhaps a special reserved key name for the tag of "role" could be treated differently?
The text was updated successfully, but these errors were encountered: