When I have two tasks to run redfish_facts the last one overrides first one.
How to reproduce:
- name: Get Manager attributes
redfish_facts:
category: Manager
command: GetManagerAttributes
baseuri: "{{ ibaseuri }}"
user: "{{ user }}"
password: "{{ password }}"
- name: Get System inventories
redfish_facts:
category: Systems
command: GetBiosAttributes
baseuri: "{{ baseuri }}"
user: "{{ user }}"
password: "{{ password }}"
- debug:
msg: "{{ ansible_facts.redfish_facts }}"
Yo will see only Bios attributes.
When I have two tasks to run redfish_facts the last one overrides first one.
How to reproduce:
Yo will see only Bios attributes.