mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-02-03 23:41:51 +00:00
* modules/capabilities.py: fail & propagate if getcap command error * Fix comment spacing (pep8) * Add changelogs fragment for PR 10455 * Update changelogs/fragments/10455-capabilities-improve-error-detection.yml Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: clement rouault <clement.rouault@exatrack.com> Co-authored-by: Felix Fontein <felix@fontein.de>
2 lines
No EOL
263 B
YAML
2 lines
No EOL
263 B
YAML
bugfixes:
|
|
- capabilities - using invalid path (symlink/directory/...) returned unrelated and incoherent error messages (https://github.com/ansible-collections/community.general/issues/5649, https://github.com/ansible-collections/community.general/pull/10455). |