mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
fedora_messaging_callback: This should be a } not a )
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
f12a2d20d3
commit
ea9c6c6989
@@ -94,7 +94,7 @@ class CallbackModule(CallbackBase):
|
||||
'playbook': self.playbook_path,
|
||||
'userid': getlogin(),
|
||||
'results': results
|
||||
)
|
||||
}
|
||||
)
|
||||
publish(msg)
|
||||
except PublishReturned as e:
|
||||
|
||||
Reference in New Issue
Block a user