mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Play.get_name: remove prefix, return name only
This commit is contained in:
@@ -95,7 +95,7 @@ class Play(Base, Taggable, Become):
|
||||
|
||||
def get_name(self):
|
||||
''' return the name of the Play '''
|
||||
return "PLAY: %s" % self._attributes.get('name')
|
||||
return self._attributes.get('name')
|
||||
|
||||
@staticmethod
|
||||
def load(data, variable_manager=None, loader=None):
|
||||
|
||||
Reference in New Issue
Block a user