mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Initial support for running gather_facts through fireball2
This commit is contained in:
@@ -136,7 +136,6 @@ class Connection(object):
|
||||
response = utils.decrypt(self.key, response)
|
||||
response = utils.parse_json(response)
|
||||
|
||||
vvv("COMMAND DONE: rc=%s" % str(response.get('rc',"<unknown>")))
|
||||
return (response.get('rc',None), '', response.get('stdout',''), response.get('stderr',''))
|
||||
|
||||
def put_file(self, in_path, out_path):
|
||||
|
||||
Reference in New Issue
Block a user