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

removed fixme as it is already implemented below.

This commit is contained in:
Brian Coca 2015-09-26 19:06:52 -04:00
parent 12a2585e84
commit c1ad96e5cf

View file

@ -270,8 +270,6 @@ class ActionBase:
self._display.debug("calling _low_level_execute_command to get the remote checksum")
data = self._low_level_execute_command(cmd, sudoable=True)
self._display.debug("done getting the remote checksum")
# FIXME: implement this function?
#data2 = utils.last_non_blank_line(data['stdout'])
try:
data2 = data['stdout'].strip().splitlines()[-1]
if data2 == '':