You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/plugins/action
James Cammarata 5a5b9f211b Validate variable names when loading 'vars:' blocks
TODO: add this to VariableManager to validate vars loaded from files too

Fixes #12022
10 years ago
..
__init__.py Use 0oNNN octal syntax 10 years ago
add_host.py Use rsplit(':',1) for clarity; no functional changes 10 years ago
assemble.py made sure they all look in files/vars/template dirs also when executed in play and not only from task 11 years ago
assert.py Fixing filter plugins directory from switch 11 years ago
async.py Moving ConnectionInformation -> PlayContext 11 years ago
copy.py Merge pull request #12075 from ansible/fix-vault-unicode 10 years ago
debug.py Reworking internal result flags and making sure include_vars hides vault data 11 years ago
fail.py Making the switch to v2 11 years ago
fetch.py Use ansible_python_interpreter value for remote checksums 11 years ago
group_by.py Making the switch to v2 11 years ago
include_vars.py Avoid types.NoneType 10 years ago
normal.py Fix potential bug in parameter passing 11 years ago
package.py check for failure in fact gathering 11 years ago
patch.py made sure they all look in files/vars/template dirs also when executed in play and not only from task 11 years ago
pause.py now continue/abort mode allows ignoring other input 11 years ago
raw.py Moving ConnectionInformation -> PlayContext 11 years ago
script.py made sure they all look in files/vars/template dirs also when executed in play and not only from task 11 years ago
service.py check for failure in fact gathering 11 years ago
set_fact.py Validate variable names when loading 'vars:' blocks 10 years ago
synchronize.py Fix synchronize lookup of localhost info 10 years ago
template.py made sure they all look in files/vars/template dirs also when executed in play and not only from task 11 years ago
unarchive.py made sure they all look in files/vars/template dirs also when executed in play and not only from task 11 years ago
win_copy.py Fixes for WinRM/PowerShell support in v2. 11 years ago
win_template.py Fixes for WinRM/PowerShell support in v2. 11 years ago