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/test
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)
6 years ago
..
cache Update ansible-test sanity command. (#31958) 7 years ago
env [stable-2.7] Add `env` command to ansible-test and run in CI. (#50176) 6 years ago
integration Fix copy module to reset filesystem acls (#51868) 6 years ago
legacy vultr_server: fix multiple ssh keys not handled (#50337) 6 years ago
results Collect data from integration test runs. (#28650) 7 years ago
runner [stable-2.7] Reduce testing of Ubuntu versions. 6 years ago
sanity Install the NuGet package provider if needed (#52129) 6 years ago
units nxos_interfaces_ospf: fix passive-interface states & check_mode (#54260) 6 years ago
utils [stable-2.7] Fix run.py --branch argument. 6 years ago