mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update test-module (#39331)
Update test-module To use C.DEFAULT_LOCAL_TMP
This commit is contained in:
parent
83c1cba511
commit
efdd92e1c0
1 changed files with 1 additions and 0 deletions
|
@ -125,6 +125,7 @@ def boilerplate_module(modfile, args, interpreters, check, destfile):
|
|||
|
||||
# default selinux fs list is pass in as _ansible_selinux_special_fs arg
|
||||
complex_args['_ansible_selinux_special_fs'] = C.DEFAULT_SELINUX_SPECIAL_FS
|
||||
complex_args['_ansible_tmpdir'] = C.DEFAULT_LOCAL_TMP
|
||||
|
||||
if args.startswith("@"):
|
||||
# Argument is a YAML file (JSON is a subset of YAML)
|
||||
|
|
Loading…
Add table
Reference in a new issue