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
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).