Sudheera Dulan 2 weeks ago committed by GitHub
commit 30dac20db4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -372,7 +372,8 @@ class Role(Base, Conditional, Taggable, CollectionSearch, Delegatable):
},
},
'name': task_name,
'tags': ['always'],
# Unless role is specifically tagged, the tag is set to 'always'
'tags': ['always'] if not self.tags else self.tags,
}
def _load_role_yaml(self, subdir, main=None, allow_dir=False):

Loading…
Cancel
Save