mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-21 11:19:00 +00:00
* homebrew_cask: fix false failure on upgrade of latest-versioned casks Use rc == 0 to determine upgrade success, consistent with _upgrade_all(). The previous check (_current_cask_is_installed() and not _current_cask_is_outdated()) was unreliable: for `latest`-versioned casks under --greedy, brew may still list the cask as outdated after a successful upgrade, causing the task to fail with a harmless warning from stderr as the error message. Fixes #1647 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * homebrew_cask: add changelog fragment for #11838 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Fix changelog fragment --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| action | ||
| become | ||
| cache | ||
| callback | ||
| connection | ||
| doc_fragments | ||
| filter | ||
| inventory | ||
| lookup | ||
| module_utils | ||
| modules | ||
| plugin_utils | ||
| test | ||