Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bundle a new version of python-six for compatibility along with some code to ↵six-compat | Toshio Kuratomi | 2015-10-16 | 1 | -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 Coca | 2015-10-09 | 1 | -1/+2 |
| | | | | This reverts commit 49ca0eb797ae88da17d2b036985dcf28e4a301b0. | ||||
* | removed changes to make local action equate connection=local and brought it ↵ | Brian Coca | 2015-10-09 | 1 | -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-present | Toshio Kuratomi | 2015-09-21 | 1 | -1/+8 |
| | | | | Fixes #11206 | ||||
* | Track local_action internally to prevent it from being overridden | James Cammarata | 2015-09-14 | 1 | -2/+6 |
| | | | | Fixes #12053 | ||||
* | Don't split args out unless we're parsing module args using the new style | James Cammarata | 2015-09-12 | 1 | -7/+6 |
| | | | | Fixes #12331 | ||||
* | changed local_action to alias to connection=local vs delegate_to=localhost | Brian Coca | 2015-08-18 | 1 | -6/+5 |
| | | | | fixes #11998, but still leaves issue of delegate_to: localhost not working | ||||
* | Make sure raw doesn't eat key=value arguments. | Chris Church | 2015-08-02 | 1 | -2/+2 |
| | |||||
* | Allowing `args: "{{some_var}}"` for task params again | James Cammarata | 2015-07-24 | 1 | -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 variable | James Cammarata | 2015-07-15 | 1 | -8/+4 |
| | | | | Fixes #11122 | ||||
* | fixed frozen set, missing iterable | Brian Coca | 2015-06-02 | 1 | -2/+2 |
| | |||||
* | moved RAW var to class and as a frozenset | Brian Coca | 2015-06-02 | 1 | -13/+14 |
| | |||||
* | Revert "Adding raw module to list of modules allowing raw params" | Brian Coca | 2015-06-02 | 1 | -1/+0 |
| | | | | | This reverts commit bc041ffea07ce812587ee23ec1b6511a08bef999. same fix x2 does not fix it 'more' | ||||
* | Adding raw module to list of modules allowing raw params | James Cammarata | 2015-06-02 | 1 | -0/+1 |
| | | | | Fixes #11119 | ||||
* | added raw to 'raw' modules | Brian Coca | 2015-06-02 | 1 | -0/+1 |
| | |||||
* | Fixing bugs related to parsing and fixing up parsing integration tests (v2) | James Cammarata | 2015-05-13 | 1 | -4/+14 |
| | |||||
* | Making the switch to v2 | James Cammarata | 2015-05-03 | 1 | -0/+278 |