commit
a24d3f78d9
1 changed files with 0 additions and 2 deletions
|
@ -42,8 +42,6 @@ def failed(*a, **kw):
|
|||
''' Test if task result yields failed '''
|
||||
item = a[0]
|
||||
if type(item) != dict:
|
||||
print "DEBUG: GOT A"
|
||||
print item
|
||||
raise errors.AnsibleFilterError("|failed expects a dictionary")
|
||||
rc = item.get('rc',0)
|
||||
failed = item.get('failed',False)
|
||||
|
|
Loading…
Reference in a new issue