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
Matt Clay 72cca01cd4 Use file list, not recursion, in _fixup_perms. (#16924)
Run setfacl/chown/chmod on each temp dir and file.

This fixes temp file permissions handling on platforms such as FreeBSD
which always return success when using find -exec. This is done by
eliminating the use of find when setting up temp files and directories.

Additionally, tests that now pass on FreeBSD have been enabled for CI.
8 years ago
..
cli added check and diff mode control to console 8 years ago
compat Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 9 years ago
config Making the switch to v2 9 years ago
errors Fix some typos (#16498) 8 years ago
executor fix for unspecified retries on until + test (#16963) 8 years ago
galaxy Fixes #163 in galaxy-issues 8 years ago
inventory Implicit localhost ondemand (#16900) 8 years ago
module_utils YAML treats some unquoted strings as booleans. For instance, (#16961) 8 years ago
modules Update submodule refs. 8 years ago
parsing warn when searching for an empty string or null 8 years ago
playbook FEATURE: adding variable serial batches 8 years ago
plugins Use file list, not recursion, in _fixup_perms. (#16924) 8 years ago
template allow spaces before the filter string (#16312) 8 years ago
utils * Fix race in creating temp directories pre-fork (#16965) 8 years ago
vars Implicit localhost ondemand (#16900) 8 years ago
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 8 years ago
constants.py * Fix race in creating temp directories pre-fork (#16965) 8 years ago
release.py Fix ziploader for the cornercase of ansible invoking ansible. 8 years ago
test-requirements.txt Making the switch to v2 9 years ago