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)
2019-04-04 12:03:03 -07:00
..
cache
env [stable-2.7] Add env command to ansible-test and run in CI. (#50176) 2018-12-22 00:10:16 -08:00
integration Fix copy module to reset filesystem acls (#51868) 2019-04-04 12:03:03 -07:00
legacy vultr_server: fix multiple ssh keys not handled (#50337) 2019-01-07 11:05:25 -08:00
results
runner [stable-2.7] Reduce testing of Ubuntu versions. 2019-04-02 22:51:53 -07:00
sanity Install the NuGet package provider if needed (#52129) 2019-02-14 12:41:16 -08:00
units nxos_interfaces_ospf: fix passive-interface states & check_mode (#54260) 2019-04-04 11:59:35 -07:00
utils [stable-2.7] Fix run.py --branch argument. 2019-01-07 16:50:31 -08:00