| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
- Make PEP8 compliant
|
|
|
|
|
|
|
|
| |
* Update module_utils.six to latest
We've been held back on the version of six we could use on the module
side to 1.4.x because of python-2.4 compatibility. Now that our minimum
is Python-2.6, we can update to the latest version of six in
module_utils and get rid of the second copy in lib/ansible/compat.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* this fixes #21057
outputs the conflicting action statements.
* reverting to old % syntax for python 2.6 compatibility
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Make ModuleArgsParser more understandable
Both comments and method names for handling new/old
style parameters are switched around
Made comments and method names reflect actual code paths
taken.
* Further improve mod_args.py comments
Ensure output formats are correctly documented,
remove some of the 'opinion' about which formats are
valid, and try and clarify the situations under which
certain code paths are hit.
Stop talking about the YAML command-type form as 'extra
gross' when it's the documented example form for command
etc.!
|
|
|
|
|
|
|
|
| |
(#19941)
* (docs) Remove/update mentions of `git submodule` in docs and error messages.
* Remove parenthetical per @dharmabumstead
|
|
|
|
|
| |
* new module net_command for sending a command to a network device
* adds unit test cases for module
* only works with connection=network_cli
|
|
|
|
|
|
|
| |
Later in the stack, further code will check and inform the user that var names must start with a letter
or underscore, so this fix only allows us to get to that previously existing policy.
Fixes #16008
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* attempt #11 to role_include
* fixes from jimi-c
* do not override load_data, move all to load
* removed debugging
* implemented tasks_from parameter, must break cache
* fixed issue with cache and tasks_from
* make resolution of from_tasks prioritize literal
* avoid role dependency dedupe when include_role
* fixed role deps and handlers are now loaded
* simplified code, enabled k=v parsing
used example from jimi-c
* load role defaults for task when include_role
* fixed issue with from_Tasks overriding all subdirs
* corrected priority order of main candidates
* made tasks_from a more generic interface to roles
* fix block inheritance and handler order
* allow vars: clause into included role
* pull vars already processed vs from raw data
* fix from jimi-c blocks i broke
* added back append for dynamic includes
* only allow for basename in from parameter
* fix for docs when no default
* fixed notes
* added include_role to changelog
|
| |
|
|
|
|
| |
Error fix
|
|
|
|
|
|
| |
This task format is valid in 1.x, but was broken in 2.x:
- local_action:
module: shell echo "hello world"
|
|
|
|
|
|
|
| |
Also updates the CHANGELOG to note the slight change, where bare variables
in args are no longer allowed to be bare variables
Fixes #13518
|
|
|
|
|
| |
_normalize_old_style_args can return None. If it does, the loop
"for args in args" blows up.
|
|
|
|
| |
starting with _.
|
|
|
|
| |
between old and new style.
|
| |
|
|
|
|
| |
make it easy for distributions to override the bunndled copy if they have a new enough version.
|
|
|
|
| |
This reverts commit 49ca0eb797ae88da17d2b036985dcf28e4a301b0.
|
|
|
|
| |
back to equate delegate_to=localhost
|
|
|
|
| |
Fixes #11206
|
|
|
|
| |
Fixes #12053
|
|
|
|
| |
Fixes #12331
|
|
|
|
| |
fixes #11998, but still leaves issue of delegate_to: localhost not working
|
| |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Fixes #11122
|
| |
|
| |
|
|
|
|
|
| |
This reverts commit bc041ffea07ce812587ee23ec1b6511a08bef999.
same fix x2 does not fix it 'more'
|
|
|
|
| |
Fixes #11119
|
| |
|
| |
|
|
|