You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I would like to ask you to implement option check before executing change command. For example:
run playbook with some bios config sets
wait until reboot is done
run same playbook from 1) with same settings
Server gets rebooted again.
It would be great to check system settings value before forcefully apply same setting and again reboot server.
I am using this to have requested functionality, but I think it should be build-in in redfish_config module.
- name: Set Secure boot state
redfish_config:
category: Systems
command: SetBiosAttributes
bios_attr_name: SecureBoot
bios_attr_value: "{{ idrac_secure_boot_state }}"
baseuri: "{{ baseuri }}"
user: "{{ user }}"
password: "{{ password }}"
when: ansible_facts.redfish_facts.bios_attribute.entries.SecureBoot != idrac_secure_boot_state
notify:
- Add to BIOS queue
The text was updated successfully, but these errors were encountered:
rht-jbittner
changed the title
Skip execution if if same configuration is already set
Skip execution if the same configuration is already set
Nov 16, 2018
Hi,
I would like to ask you to implement option check before executing change command. For example:
Server gets rebooted again.
It would be great to check system settings value before forcefully apply same setting and again reboot server.
I am using this to have requested functionality, but I think it should be build-in in redfish_config module.
The text was updated successfully, but these errors were encountered: