Commit e6908618 by arbabnazar

OPS-1601 As an operator, I want my Ansible callback plugins upgraded, for…

OPS-1601 As an operator, I want my Ansible callback plugins upgraded, for compatibility with Ansible 2.x
parent 92acf889
......@@ -38,11 +38,6 @@ class CallbackModule(object):
def clean_tag_value(self, value):
return value.replace(" | ", ".").replace(" ", "-").lower()
def playbook_on_play_start(self, pattern):
self.playbook_name, _ = os.path.splitext(
os.path.basename(self.play.playbook.filename)
)
def playbook_on_task_start(self, name, is_conditional):
"""
Logs the start of each task
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment