mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 04:40:22 -07:00
Initial support for running gather_facts through fireball2
This commit is contained in:
parent
b45342923c
commit
167f185092
2 changed files with 1 additions and 2 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue