Add some debugging to the fedora_messaging callback for now
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
bf94d151e7
commit
f6e6fab02d
1 changed files with 5 additions and 2 deletions
|
@ -21,8 +21,11 @@ import os
|
||||||
import pwd
|
import pwd
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
from fedora_messaging.api import Message, publish
|
try:
|
||||||
from fedora_messaging.exceptions import PublishReturned, ConnectionException
|
from fedora_messaging.api import Message, publish
|
||||||
|
from fedora_messaging.exceptions import PublishReturned, ConnectionException
|
||||||
|
except ImportError as err:
|
||||||
|
print("*****", err)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from ansible.plugins.callback import CallbackBase
|
from ansible.plugins.callback import CallbackBase
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue