summaryrefslogtreecommitdiff
path: root/lib/ansible/parsing/mod_args.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* added raw to 'raw' modulesBrian Coca2015-06-021-0/+1
* Fixing bugs related to parsing and fixing up parsing integration tests (v2)James Cammarata2015-05-131-4/+14
* Making the switch to v2James Cammarata2015-05-031-0/+278