Try adding this to get 2.0 compatibility.

This commit is contained in:
Kevin Fenzi 2015-12-13 19:06:32 +00:00
parent b30c2d77f2
commit 449cc43446
2 changed files with 2 additions and 0 deletions

View file

@ -22,6 +22,7 @@ import pwd
import fedmsg import fedmsg
import fedmsg.config import fedmsg.config
from ansible.plugins.callback import CallbackBase
def getlogin(): def getlogin():
try: try:

View file

@ -20,6 +20,7 @@ import time
import json import json
import pwd import pwd
from ansible import utils from ansible import utils
from ansible.plugins.callback import CallbackBase
TIME_FORMAT="%b %d %Y %H:%M:%S" TIME_FORMAT="%b %d %Y %H:%M:%S"