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
- name: Reboot BMC when username and password are defined
when: dpu_bmc_username is defined and dpu_bmc_password is defined
block:
- name: Reboot BMC to apply new firmware of DPU
community.general.redfish_command:
and
- name: Reboot BMC when auth_token is defined
when: dpu_bmc_token is defined
block:
- name: Reboot BMC to apply new firmware of DPU
community.general.redfish_command:
the block name distinguishes between user/pass and token
but following task name doesn't
from the run log it is not clear which method was used inside the role...
please align...
The text was updated successfully, but these errors were encountered:
reported by @jcastanos2 on #67
for example:
and
the block name distinguishes between user/pass and token
but following task name doesn't
from the run log it is not clear which method was used inside the role...
please align...
The text was updated successfully, but these errors were encountered: