mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-22 22:11:44 -07:00
Better way to get the python_interpreter inventory variable
This commit is contained in:
parent
d32e1adb1b
commit
30c50020a1
6 changed files with 9 additions and 11 deletions
|
@ -109,7 +109,7 @@ class ActionModule(object):
|
|||
path = self._assemble_from_fragments(src, delimiter, _re)
|
||||
|
||||
path_checksum = utils.checksum_s(path)
|
||||
remote_checksum = self.runner._remote_checksum(conn, tmp, dest)
|
||||
remote_checksum = self.runner._remote_checksum(conn, tmp, dest, inject)
|
||||
|
||||
if path_checksum != remote_checksum:
|
||||
resultant = file(path).read()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue