mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Dell PwrButton requires a job initated at reboot (#9012)
Dell systems do not change the bios setting PwrButton right away. The command will return changed=true, but it is not applied. Also no job is scheduled at next reboot for the change to take place. This patch aims to fix this issue.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
minor_changes:
|
||||
- redfish_utils module utils - schedule a BIOS configuration job at next
|
||||
reboot when the BIOS config is changed
|
||||
(https://github.com/ansible-collections/community.general/pull/9012).
|
||||
Reference in New Issue
Block a user