mirror of https://github.com/ansible/ansible.git
* fix: action _fixup_perms2 macos +a remote_paths in list() as it can be tuple
in `lib/ansible/plugin/action/__init__.py`'s `_fixup_perms2`,
`remote_paths` can be a list or tuple. however, the macos
specific attempt to use chmod +a attempts to concatenate
`remote_paths` with a list, which will fail if it is a tuple.
wrapping `remote_paths` in `list()` fixes this error.
* Update changelogs/fragments/74613-actionfixup_perms2_macos_remote_paths_ensure_list.yml
Co-authored-by: Rick Elrod <rick@elrod.me>
(cherry picked from commit df6554c4ec
)
Co-authored-by: Shane St Savage <shane@axiomdatascience.com>
pull/74257/head
parent
66ca0abaf4
commit
b866d6f708
@ -0,0 +1,2 @@
|
|||||||
|
bugfixes:
|
||||||
|
- "remote tmpdir permissions - fix type error in macOS chmod ACL fallback (https://github.com/ansible/ansible/pull/74613)."
|
Loading…
Reference in New Issue