We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
try directing the output of each task to a diff output file, refer to playbooks in https://github.com/dell/redfish-ansible-module/tree/master/playbooks.
Sorry, something went wrong.
@rht-jbittner I am going to assume my comment above fixed your issue. I will close this issue in the coming days if I don't hear back from you.
No branches or pull requests
When I have two tasks to run redfish_facts the last one overrides first one.
How to reproduce:
Yo will see only Bios attributes.
The text was updated successfully, but these errors were encountered: