Ansible facts missing when there is a failed iSCSI path, e.g ansible_system_vendor
#77037
Open
1 task done
Labels
affects_2.9
This issue/PR affects Ansible v2.9
bug
This issue/PR relates to a bug.
module
This issue/PR relates to a module.
needs_verified
This issue needs to be verified/reproduced by maintainer
P3
Priority 3 - Approved, No Time Limitation
support:core
This issue/PR relates to code supported by the Ansible Engineering Team.
Summary
Ansible facts missing when there is a failed iSCSI path, e.g
ansible_system_vendorIssue Type
Bug Report
Component Name
ansible.builtin.setup module
Ansible Version
Configuration
OS / Environment
Red Hat Enterprise Linux release 8.4 (Ootpa)
Steps to Reproduce
e.g missing ansible_system_vendor
sys_vendor information present on output from affected host:
Affected host setup module run:
The same filter on another machine return correctly:
While running the setup module with
-vvvwe do see the following error:Assumption here is that issue could be related to the missing iSCSI path:
Expected Results
All ansible_facts should be showing according to the
gather_subsetsellected.Actual Results
Missing `ansible_system_vendor` on setup module output.Code of Conduct
The text was updated successfully, but these errors were encountered: