ansible/lib/ansible/plugins
Shane St Savage df6554c4ec
fix: action _fixup_perms2 macos +a remote_paths in list() as it can be a tuple (#74613)
* 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>
2021-05-11 17:08:33 +02:00
..
action fix: action _fixup_perms2 macos +a remote_paths in list() as it can be a tuple (#74613) 2021-05-11 17:08:33 +02:00
become fix su localization optoin 2021-03-11 11:53:28 -08:00
cache Fix BaseFileCacheModule#keys to respect prefix (#72789) 2021-04-30 15:28:28 -04:00
callback Fix missing delegate display (#74370) 2021-04-28 13:24:38 -04:00
cliconf Migrated to vyos.vyos 2020-03-23 11:14:21 -05:00
connection dont specify default for port, allow ssh/config (#74526) 2021-05-04 11:09:05 -04:00
doc_fragments Fix inventory cache prefix typos (#74523) 2021-05-05 13:27:40 -04:00
filter Case-insensitive set theory filters (#74256) 2021-04-23 12:44:43 -05:00
httpapi Update documentation of httpapi's handle_httperror method for clarity (#70991) 2020-08-03 16:35:00 -04:00
inventory constructed - Add keyed_groups suboptions 'default_value' and 'trailing_separator' (#74005) 2021-04-13 11:59:50 -04:00
lookup Fix sequence lookup message and add tests (#74472) 2021-04-29 15:12:23 -04:00
netconf netconf - handle import error when running in FIPS mode (#73992) 2021-04-19 12:41:55 -04:00
shell Fix various sanity errors in plugins (#71736) 2020-10-06 12:37:16 -04:00
strategy Remove needless get_next_task_for_host calls (#74174) 2021-04-28 13:19:37 +02:00
terminal Document existing ansi_re sequences and add ESC[m (#70683) 2020-07-22 08:56:21 -04:00
test Add semver support to the jinja2 version test (#71600) 2020-09-08 08:52:27 -05:00
vars Fix various sanity errors in plugins (#71736) 2020-10-06 12:37:16 -04:00
__init__.py All lookups ported to config system (#74108) 2021-04-13 15:52:42 -04:00
loader.py Fix a bug adding unrelated candidates to the plugin loader redirect_list (#73863) 2021-03-18 17:53:57 -04:00