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
Martin Krizek a8a318e588 Fix copy module to reset filesystem acls (#51868)
The controller's fixup_perms2 uses filesystem acls to make the temporary
file for copy readable by an unprivileged become user. On Python3, the
acls are then copied to the destination filename so we have to remove
them from there.

We can't remove them prior to the copy because we may not have
permission to read the file if the acls are not present. We can't
remove them in atomic_move() because the move function shouldn't know
anything about controller features. We may want to generalize this into
a helper function, though.

Fixes #44412

Co-authored-by: Toshio Kuratomi <a.badger@gmail.com>
(cherry picked from commit d15812fabf)
7 years ago
..
cli Fix trackback on providing arguemnt --all to ansible-doc command (#52034) 7 years ago
compat Fix the local and ssh plugins for a cornercase retrying a syscall 8 years ago
config better handling of bad type in config (#48821) 7 years ago
errors Plugin errors backport (#52749) 7 years ago
executor Ensure play order is obeyed (#49897) 7 years ago
galaxy [stable-2.7] Support .yaml extension for meta file (#46505) 7 years ago
inventory Plugin errors backport (#52749) 7 years ago
module_utils Add missing parameters in get_config vyos (#50855) 7 years ago
modules Fix copy module to reset filesystem acls (#51868) 7 years ago
parsing Docs: Add a "seealso" section to the module docs (#45949) 7 years ago
playbook [2.7] include_tasks: fix traceback if no file specified (#54044) (#54164) 7 years ago
plugins Fix copy module to reset filesystem acls (#51868) 7 years ago
template dict is dict (#54057) 7 years ago
utils Docs: Add a "seealso" section to the module docs (#45949) 7 years ago
vars Fix for a caching traceback 7 years ago
__init__.py
constants.py [stable-2.7] Fix from sivel for ansible-doc 7 years ago
release.py Update Ansible release version to v2.7.10.post0. 7 years ago