You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/utils
Wayne Witzel III b2d4eeb293 Ansible Tower job_launch module (#22148)
* Ansible Tower job_launch module

* Added RETURN documentation and fixed import locations

* remove superfluos required attributes, make tags a list, and fix some typos

* only join tags if they are actually a list

* use isinstance instead of type, cleanup imports
8 years ago
..
module_docs_fragments Ansible Tower job_launch module (#22148) 8 years ago
__init__.py limit extensions for files in group/host_vars dir 10 years ago
cmd_functions.py PEP 8 cleanup. (#20789) 8 years ago
color.py Support 256-color terminals (#17750) 8 years ago
display.py fix cowsay for py3 8 years ago
encrypt.py Now that we convert salt inside of do_encryptas needed, keep salt as text type until then. 8 years ago
hashing.py Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 8 years ago
helpers.py PEP 8 W291 whitespace cleanup. 8 years ago
listify.py remove bare vars and undefined from lookup lists (#17647) 8 years ago
module_docs.py PEP8 E712 fixes (#21916) 8 years ago
path.py added docs for new arg 8 years ago
shlex.py Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 8 years ago
ssh_functions.py Check controlpersist (#17443) 8 years ago
unicode.py Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 8 years ago
vars.py dont merge extra vars data if none 8 years ago