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:
parent
12a2585e84
commit
c1ad96e5cf
1 changed files with 0 additions and 2 deletions
|
@ -270,8 +270,6 @@ class ActionBase:
|
||||||
self._display.debug("calling _low_level_execute_command to get the remote checksum")
|
self._display.debug("calling _low_level_execute_command to get the remote checksum")
|
||||||
data = self._low_level_execute_command(cmd, sudoable=True)
|
data = self._low_level_execute_command(cmd, sudoable=True)
|
||||||
self._display.debug("done getting the remote checksum")
|
self._display.debug("done getting the remote checksum")
|
||||||
# FIXME: implement this function?
|
|
||||||
#data2 = utils.last_non_blank_line(data['stdout'])
|
|
||||||
try:
|
try:
|
||||||
data2 = data['stdout'].strip().splitlines()[-1]
|
data2 = data['stdout'].strip().splitlines()[-1]
|
||||||
if data2 == '':
|
if data2 == '':
|
||||||
|
|
Loading…
Reference in a new issue