mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 11:10:21 -07:00
move callbacks to seperate file, anticipating callbacks for Runner() as well
This commit is contained in:
parent
7883f414ce
commit
7ed734dfb2
3 changed files with 83 additions and 60 deletions
|
@ -301,7 +301,7 @@ class Runner(object):
|
|||
# needed for the setup module
|
||||
args = " ".join([ "\"%s\"" % str(x) for x in module_args ])
|
||||
else:
|
||||
args = " ".join([ str(x) for x in module_args ])
|
||||
args = " ".join([ str(x) for x in module_args ])
|
||||
|
||||
# by default the args to substitute in the action line are those from the setup cache
|
||||
inject_vars = self.setup_cache.get(conn.host,{})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue