Skip to content

redfish_facts multiple execution failure #80

Description

@rht-jbittner

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions