diff options
author | mwpeterson <michael@mwpeterson.com> | 2018-04-26 10:16:33 -0400 |
---|---|---|
committer | Toshio Kuratomi <a.badger@gmail.com> | 2018-04-26 07:16:33 -0700 |
commit | efdd92e1c0c9f50c51b2409a7103459c572112dc (patch) | |
tree | 6c580cc7604115632de36176cf797e3cec184a3c /hacking/test-module | |
parent | 83c1cba511c99d5c68d4e0c5e596b9d07021ab8a (diff) | |
download | ansible-efdd92e1c0c9f50c51b2409a7103459c572112dc.tar.gz |
Update test-module (#39331)
Update test-module To use C.DEFAULT_LOCAL_TMP
Diffstat (limited to 'hacking/test-module')
-rwxr-xr-x | hacking/test-module | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hacking/test-module b/hacking/test-module index aa51750057..e2e824e9e0 100755 --- a/hacking/test-module +++ b/hacking/test-module @@ -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) |