mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
remove unused function
This commit is contained in:
parent
f9da7cb180
commit
95670ce6b5
2 changed files with 0 additions and 5 deletions
|
@ -139,10 +139,6 @@ class PlaybookCallbacks(object):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
# TOOD: -- remove this
|
|
||||||
def set_playbook(self, playbook):
|
|
||||||
self.playbook = playbook
|
|
||||||
|
|
||||||
def on_start(self):
|
def on_start(self):
|
||||||
print "\n"
|
print "\n"
|
||||||
|
|
||||||
|
|
|
@ -75,7 +75,6 @@ class PlayBook(object):
|
||||||
self.override_hosts = override_hosts
|
self.override_hosts = override_hosts
|
||||||
self.stats = stats
|
self.stats = stats
|
||||||
|
|
||||||
self.callbacks.set_playbook(self)
|
|
||||||
self.basedir = os.path.dirname(playbook)
|
self.basedir = os.path.dirname(playbook)
|
||||||
self.playbook = self._parse_playbook(playbook)
|
self.playbook = self._parse_playbook(playbook)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue