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
Matt Clay cf9ef724e9 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.

(cherry picked from commit 72cca01cd4)
10 years ago
..
action Use file list, not recursion, in _fixup_perms. (#16924) 10 years ago
cache ignore closing file error when file not open 10 years ago
callback fix: playbook_on_task_start expects name and not task object (#16168) 10 years ago
connection prevent spurious pywinrm arg warnings for non-pywinrm connection args 10 years ago
filter Properly wrap objects using json default encoder 10 years ago
inventory 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. 10 years ago
lookup raise AnsibleError in hashi_vault lookup plugin when hvac module is not installed (#16859) 10 years ago
shell Use file list, not recursion, in _fixup_perms. (#16924) 10 years ago
strategy Tweak the way the debug strategy imports the linear strategy parent 10 years ago
test Reverse boilerplate order because from __future__ must be the first code in the file 10 years ago
vars Making the switch to v2 11 years ago
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 10 years ago