summaryrefslogtreecommitdiff
path: root/lib/ansible/parsing/mod_args.py
Commit message (Expand)AuthorAgeFilesLines
* win - Allow FQCN for win_command and win_shellJordan Borean2020-03-051-8/+2
* default collection support (#61415)Matt Davis2019-08-281-4/+4
* various mod_args fixes (#60290)Matt Davis2019-08-131-8/+19
* Perf improvement for Templar.is_template (#57489)Matt Martz2019-06-061-2/+2
* Collection content loading (#52194)Matt Davis2019-03-281-2/+4
* Fieldattribute inheritance with defaults (#50891)Matt Martz2019-01-231-1/+2
* explain 'bare variables' (#49577)Brian Coca2018-12-071-2/+2
* Optimizations in mod_args parsingToshio Kuratomi2018-03-261-9/+20
* Remove shell module specialcasesToshio Kuratomi2017-12-211-18/+0
* Remove uses of assert in production code (#32079)Matt Martz2017-11-131-2/+3
* Fix dangerous default args. (#29839)Matt Clay2017-09-121-3/+6
* Ansible Config part2 (#27448)Brian Coca2017-08-151-1/+1
* Permit to have a action plugin without a empty module fileMichael Scherer2017-07-251-2/+2
* Fix spelling mistakes (comments only) (#25564)Abhijeet Kasurde2017-06-121-1/+1
* Try to show original exception info for yaml (and other) errors (#24468)Adrian Likins2017-06-091-1/+2
* Imports and includes (#25399)James Cammarata2017-06-061-1/+5
* ansible/parsing: PEP8 compliancy (#24701)Dag Wieers2017-05-181-14/+8
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-231-1/+3
* E501 fixes (#22879)Matt Martz2017-03-221-3/+7
* more cleanup from net_command module that is abandoned for 2.3 (#21497)Peter Sprygada2017-02-151-3/+2
* improve error message on conflicting actions. Fixes #21057 (#21059)Daniel Brachmann2017-02-061-1/+1
* Make ModuleArgsParser more understandable (#13974)Will Thames2017-01-121-22/+21
* (docs) Remove/update mentions of `git submodule` in docs and error me… (#19...Ryan Brown2017-01-091-1/+1
* adds new module net_command for network devices (#19468)Peter Sprygada2016-12-191-2/+3
* During initial argument evaluation, cast args to string. (#17595)jctanner2016-09-151-0/+2
* win_shell/win_command changes + tests (#17557)Matt Davis2016-09-151-3/+5
* fix action parsing to avoid conflicts aginBrian Coca2016-08-261-2/+4
* include_role (role revamp implementation) (#17232)Brian Coca2016-08-261-4/+4
* Remove a useless section, only act on 'shell' (#16205)Dag Wieers2016-08-121-5/+0
* Added more info to the no action detected errorJonathan Davila2016-02-081-1/+1
* Allow module args as k=v pairs when using the module: option with local_actionJames Cammarata2016-01-181-2/+5
* All variables in complex args againJames Cammarata2015-12-161-1/+10
* Put in trap for args being NoneMonty Taylor2015-11-281-1/+1
* More restrictive test against variable name to allow setting variable startin...Yannig Perré2015-11-281-1/+1
* Switch parameters validation after parsing in order to be more consistent bet...Yannig Perré2015-11-261-1/+8
* Cleaning up FIXMEsJames Cammarata2015-10-221-1/+0
* Bundle a new version of python-six for compatibility along with some code to ...six-compatToshio Kuratomi2015-10-161-1/+1
* Revert "Track local_action internally to prevent it from being overridden"Brian Coca2015-10-091-1/+2
* removed changes to make local action equate connection=local and brought it b...Brian Coca2015-10-091-10/+6
* Detect if core modules aren't installed and warn if that is the casewarn-if-core-modules-not-presentToshio Kuratomi2015-09-211-1/+8
* Track local_action internally to prevent it from being overriddenJames Cammarata2015-09-141-2/+6
* Don't split args out unless we're parsing module args using the new styleJames Cammarata2015-09-121-7/+6
* changed local_action to alias to connection=local vs delegate_to=localhostBrian Coca2015-08-181-6/+5
* Make sure raw doesn't eat key=value arguments.Chris Church2015-08-021-2/+2
* Allowing `args: "{{some_var}}"` for task params againJames Cammarata2015-07-241-1/+7
* Fixing module arg parsing splitting when action is a variableJames Cammarata2015-07-151-8/+4
* fixed frozen set, missing iterableBrian Coca2015-06-021-2/+2
* moved RAW var to class and as a frozensetBrian Coca2015-06-021-13/+14
* Revert "Adding raw module to list of modules allowing raw params"Brian Coca2015-06-021-1/+0
* Adding raw module to list of modules allowing raw paramsJames Cammarata2015-06-021-0/+1