mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
added missing :
This commit is contained in:
parent
0ec60ac09b
commit
7244b5ae49
1 changed files with 1 additions and 1 deletions
|
@ -311,5 +311,5 @@ class CallbackBase:
|
||||||
def v2_playbook_item_on_failed(self, result):
|
def v2_playbook_item_on_failed(self, result):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def v2_playbook_item_on_skipped(self, result)
|
def v2_playbook_item_on_skipped(self, result):
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in a new issue