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
halberom: i would use a role var, that you assign to an inventory group. e.g. myrole_group: somegroup. and then you can do if inventory_hostname in groups[myrole_group].. decouples your role from your inventory (assuming you're aiming for a generic role)
The text was updated successfully, but these errors were encountered:
As in idea from IRC:
The text was updated successfully, but these errors were encountered: