commit
52efc90326
|
@ -49,7 +49,7 @@ if len(sys.argv) > 1:
|
||||||
else:
|
else:
|
||||||
args = ""
|
args = ""
|
||||||
|
|
||||||
argspath = os.path.expanduser("/.ansible_test_module_arguments")
|
argspath = os.path.expanduser("~/.ansible_test_module_arguments")
|
||||||
argsfile = open(argspath, 'w')
|
argsfile = open(argspath, 'w')
|
||||||
argsfile.write(args)
|
argsfile.write(args)
|
||||||
argsfile.close()
|
argsfile.close()
|
||||||
|
|
Loading…
Reference in New Issue