summaryrefslogtreecommitdiff
path: root/lib/ansible/parsing/mod_args.py
Commit message (Collapse)AuthorAgeFilesLines
* Bundle a new version of python-six for compatibility along with some code to ↵six-compatToshio Kuratomi2015-10-161-1/+1
| | | | make it easy for distributions to override the bunndled copy if they have a new enough version.
* Revert "Track local_action internally to prevent it from being overridden"Brian Coca2015-10-091-1/+2
| | | | This reverts commit 49ca0eb797ae88da17d2b036985dcf28e4a301b0.
* removed changes to make local action equate connection=local and brought it ↵Brian Coca2015-10-091-10/+6
| | | | back to equate delegate_to=localhost
* Detect if core modules aren't installed and warn if that is the casewarn-if-core-modules-not-presentToshio Kuratomi2015-09-211-1/+8
| | | | Fixes #11206
* Track local_action internally to prevent it from being overriddenJames Cammarata2015-09-141-2/+6
| | | | Fixes #12053
* Don't split args out unless we're parsing module args using the new styleJames Cammarata2015-09-121-7/+6
| | | | Fixes #12331
* changed local_action to alias to connection=local vs delegate_to=localhostBrian Coca2015-08-181-6/+5
| | | | fixes #11998, but still leaves issue of delegate_to: localhost not working
* 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
| | | | | | | | This is unsafe and we debated re-adding it to the v2/2.0 codebase, however it is a common-enough feature that we will simply mark it as deprecated for now and remove it at some point in the future. Fixes #11718
* Fixing module arg parsing splitting when action is a variableJames Cammarata2015-07-151-8/+4
| | | | Fixes #11122
* 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
| | | | | This reverts commit bc041ffea07ce812587ee23ec1b6511a08bef999. same fix x2 does not fix it 'more'
* Adding raw module to list of modules allowing raw paramsJames Cammarata2015-06-021-0/+1
| | | | Fixes #11119
* 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