1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Remove unneeded pass

This commit is contained in:
Toshio Kuratomi 2016-06-13 08:30:21 -07:00
parent b97134785f
commit facea1ff0c

View file

@ -330,7 +330,6 @@ class TaskExecutor:
# Restore the name parameter
if name is not None:
self._task.args['name'] = name
pass
return items
def _execute(self, variables=None):