1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-19 02:11:32 +00:00

zfs_facts: use check_rc (#11054)

* zfs_facts: use check_rc

* add changelog frag
This commit is contained in:
Alexei Znamensky 2025-11-09 20:14:56 +13:00 committed by GitHub
parent 396f467bbb
commit 49c7253f24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 6 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- zfs_facts - use Ansible construct to check result of external command (https://github.com/ansible-collections/community.general/pull/11054).