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/integration
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
..
host_vars Simplify Windows versions in ansible-test. 8 years ago
targets Fix copy module to reset filesystem acls (#51868) 7 years ago
cloud-config-aws.yml.template Add region to ansible-test AWS cloud config. (#30733) 8 years ago
cloud-config-azure.yml.template Fix Azure config template. 8 years ago
cloud-config-cs.ini.template Add support for cloud tests to ansible-test. (#24315) 9 years ago
cloud-config-gcp.yml.template [cloud] New GCP module: DNS Managed Zones (gcp_dns_managed_zone.py) (#35014) 8 years ago
cloud-config-opennebula.yml.template opennebula: new module one_host (#40041) 8 years ago
cloud-config-openshift.kubeconfig.template Initial OpenShift integration test support. (#36207) 8 years ago
cloud-config-tower.cfg.template Initial Tower module integration test support. 8 years ago
integration.cfg Fix ansible-test config management. 8 years ago
integration_config.yml Fix pip integration test. 8 years ago
inventory [stable-2.7] Cleanup integration test inventory. (#50753) 7 years ago
inventory.networking.template Reflect new process for network integration tests (#35577) 8 years ago
inventory.remote.template Add support for OS X CI on Shippable. (#17160) 9 years ago
inventory.winrm.template [stable-2.7] Cleanup integration test inventory. (#50753) 7 years ago
network-integration.cfg increase timeout for connection reset by peer issue with httpapi (#41224) 8 years ago
target-prefixes.network Add cnos to network target prefixes. 8 years ago
windows-integration.cfg Fix ansible-test config management. 8 years ago