community.general/lib/ansible/modules
Martin Krizek d15812fabf
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>
2019-04-03 18:37:59 +02:00
..
cloud renaming info -> facts (#54573) 2019-04-03 23:03:47 +08:00
clustering standardize TLS connection properties (#54315) 2019-03-28 00:19:28 -05:00
commands Updated playbook works sample. (#51673) 2019-03-11 17:12:05 -05:00
crypto openssh_cert: add serial_number param (#54653) 2019-04-01 12:18:33 +01:00
database Postgresql privs reformat (#54717) 2019-04-02 16:48:35 +01:00
files Fix copy module to reset filesystem acls (#51868) 2019-04-03 18:37:59 +02:00
identity FreeIPA: Fix ipa_user password option (#48453) 2019-03-11 15:44:06 +05:30
inventory utilities: Clean up parameter types and add seealso (#53063) 2019-03-07 00:25:59 +01:00
messaging standardize TLS connection properties (#54315) 2019-03-28 00:19:28 -05:00
monitoring standardize TLS connection properties (#54315) 2019-03-28 00:19:28 -05:00
net_tools Netbox site module (#53219) 2019-04-03 18:17:55 +05:30
network Add type of group in nxos_linkagg module doc (#54769) 2019-04-03 14:21:12 +05:30
notification standardize TLS connection properties (#54315) 2019-03-28 00:19:28 -05:00
packaging standardize TLS connection properties (#54315) 2019-03-28 00:19:28 -05:00
remote_management Add new Redfish config module to handle Dell-specific OEM extensions (#54359) 2019-04-01 20:59:16 +01:00
source_control Add Bitbucket Pipelines SSH key pair module (#54241) 2019-03-29 14:13:59 +01:00
storage Multiple fixs for na_ontap_user (#54610) 2019-04-01 17:22:48 +01:00
system Add BusyBox support to group module (#54689) 2019-04-02 09:58:04 -04:00
utilities correct example since per_host default is false (#54725) 2019-04-02 10:08:55 -04:00
web_infrastructure standardize TLS connection properties (#54315) 2019-03-28 00:19:28 -05:00
windows win_credential - fix encoding for text based secrets (#54695) 2019-04-02 09:29:05 +10:00
__init__.py Re-adding the init py for modules 2016-12-08 11:35:20 -05:00