mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-23 10:01:28 +08:00
TYpofix.
This commit is contained in:
@@ -46,7 +46,7 @@ class CallbackModule(object):
|
||||
# It seems like recursive playbooks call this over and over again and
|
||||
# fedmsg doesn't like to be initialized more than once. So, here, just
|
||||
# catch that and ignore it.
|
||||
failed = False
|
||||
self.failed = False
|
||||
try:
|
||||
fedmsg.init(**config)
|
||||
except ValueError:
|
||||
|
||||
Reference in New Issue
Block a user