mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Better way to get the python_interpreter inventory variable
This commit is contained in:
@@ -88,7 +88,7 @@ class ActionModule(object):
|
||||
return ReturnData(conn=conn, comm_ok=False, result=result)
|
||||
|
||||
local_checksum = utils.checksum_s(resultant)
|
||||
remote_checksum = self.runner._remote_checksum(conn, tmp, dest)
|
||||
remote_checksum = self.runner._remote_checksum(conn, tmp, dest, inject)
|
||||
|
||||
if local_checksum != remote_checksum:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user