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
bmc_fw_update_job_wait
when
from #2 add when statement to:
- name: Get the status of an update operation in a loop community.general.redfish_info: category: Update command: GetUpdateStatus baseuri: "{{ inventory_hostname }}" username: "{{ dpu_bmc_username }}" password: "{{ dpu_bmc_password }}" update_handle: "{{ result_update_task.return_values.update_status.handle }}" register: update_progress until: update_progress.redfish_facts.update_status.status != 'Running' retries: 60 delay: 30 delegate_to: localhost
The text was updated successfully, but these errors were encountered:
fix: use bmc_fw_update_job_wait argument
d04ba69
Fixes #21 Signed-off-by: Boris Glimcher <[email protected]>
57a2c18
846e2eb
glimchb
Successfully merging a pull request may close this issue.
from #2 add when statement to:
The text was updated successfully, but these errors were encountered: