I’m trying to use role tags with ansible 1.4.1 but they do not seem to work. Any clue?
#file ex.yml
I’m trying to use role tags with ansible 1.4.1 but they do not seem to work. Any clue?
#file ex.yml
By including the tags on the role you also tag the tasks, so this is normal.
– Michael