mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Remove trailing space
This commit is contained in:
@@ -58,7 +58,7 @@ def changed(*a, **kw):
|
|||||||
if not 'changed' in item:
|
if not 'changed' in item:
|
||||||
changed = False
|
changed = False
|
||||||
if ('results' in item # some modules return a 'results' key
|
if ('results' in item # some modules return a 'results' key
|
||||||
and type(item['results']) == list
|
and type(item['results']) == list
|
||||||
and type(item['results'][0]) == dict):
|
and type(item['results'][0]) == dict):
|
||||||
for result in item['results']:
|
for result in item['results']:
|
||||||
changed = changed or result.get('changed', False)
|
changed = changed or result.get('changed', False)
|
||||||
|
|||||||
Reference in New Issue
Block a user