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 6b159fdb03 Fix for file module with recursive permission setting and broken symlinks
There was a traceback when setting permissions on a directory tree when
there were broken symlinks inside of the tree and follow=true.  chmod -R
ignores broken symlinks inside of the tree so we've fixed the file
module to do the same.

Fixes #39456
8 years ago
..
cli add 'localhost_warning' configuration option 8 years ago
compat Enable wildcard import pylint (#35786) 8 years ago
config add 'localhost_warning' configuration option 8 years ago
errors give hint to users when a file is not found 8 years ago
executor Don't skip conditional exception on includes (#39377) 8 years ago
galaxy Allow the galaxy client to fetch from a url in role version data (#39396) 8 years ago
inventory Ensure non ansilbe exceptions keep tracebacks (#37523) 8 years ago
module_utils Meraki organization module (#38773) 8 years ago
modules Fix for file module with recursive permission setting and broken symlinks 8 years ago
parsing Allow loading dirs from role defaults/vars (#36357) 8 years ago
playbook rebase base playbook base (#39533) 8 years ago
plugins Only expand '~' based on become_user/remote_user 8 years ago
template Fix when template paths contain non-ascii chars and using the path in ansible_managed 8 years ago
utils Meraki organization module (#38773) 8 years ago
vars minimize loading files/plugins 8 years ago
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 10 years ago
constants.py centralize doc/config plugin lists (#38775) 8 years ago
release.py Fix version in lib/ansible/release.py 8 years ago