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
Toshio Kuratomi 3a2afc7825 Allow copy to writable files in unwritable dirs (#23509)
unsafe_writes currently allows updating a file that can be updated but
not removed (for instance, when docker mounted).  This change also
allows unsafe_writes to write to writable files in unwritable dirs. For
instance, if a system has made a single file inside of /etc/ writable to
a specific normal user.

Fixes #14961
9 years ago
..
cli Consolidate boolean/mk_boolean conversion functions into a single location 9 years ago
compat ansible/compat/: PEP8 compliancy (#24689) 9 years ago
config New module aireos_command (#26769) 9 years ago
errors correct, cleanup & simplify dwim stack (#25956) 9 years ago
executor include_role handlers bug fix (#26335) 9 years ago
galaxy Transition inventory into plugins (#23001) 9 years ago
inventory ensure all groups inherit from 'all' 9 years ago
module_utils Allow copy to writable files in unwritable dirs (#23509) 9 years ago
modules Allow copy to writable files in unwritable dirs (#23509) 9 years ago
parsing corrected precedence, added comments to each entry 9 years ago
playbook Don't use _raw_params for IncludeRole objects (#26601) 9 years ago
plugins Make the 'not found' regex case sensitive (#27100) 9 years ago
template Try to show original exception info for yaml (and other) errors (#24468) 9 years ago
utils Removing _cnos from all new devices added (#27101) 9 years ago
vars removed redundant loader 9 years ago
__init__.py
constants.py Consolidate boolean/mk_boolean conversion functions into a single location 9 years ago
release.py Collated PEP8 fixes (#25293) 9 years ago