-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
started monitoring task with no issues:
10.144.47.181 | SUCCESS => {
"msg": "/redfish/v1/TaskService/Tasks/1/Monitor"
}
BUT something fails at the end:
10.144.47.181 | SUCCESS => {
"attempts": 22,
"changed": false,
"invocation": {
"module_args": {
"auth_token": null,
"baseuri": "10.144.47.181",
"category": [
"Update"
],
"command": [
"GetUpdateStatus"
],
"manager": null,
"password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
"timeout": null,
"update_handle": "/redfish/v1/TaskService/Tasks/1/Monitor",
"username": "root"
}
},
"redfish_facts": {
"update_status": {
"msg": "HTTP Error 404 on GET request to 'https://10.144.47.181/redfish/v1/TaskService/Tasks/1/Monitor', extended message: 'The requested resource of type Monitor named '1' was not found.'",
"ret": false,
"status": 404
}
}
}
10.144.47.181 | FAILED! => {
"changed": false,
"msg": "Task failed with status: 404"
}
seems like task is deleted...
See full log:
ansible [core 2.16.5.post0]
config file = None
configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /usr/local/lib/python3.11/site-packages/ansible
ansible collection location = /root/.ansible/collections:/usr/share/ansible/collections
executable location = /usr/local/bin/ansible
python version = 3.11.9 (main, Apr 3 2024, 23:59:48) [GCC 12.2.0] (/usr/local/bin/python)
jinja version = 3.1.3
libyaml = True
No config file found; using defaults
Parsed 10.144.47.181, inventory source with host_list plugin
Skipping callback 'default', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
10.144.47.181 | SUCCESS => {
"changed": false,
"include_args": {
"name": "bmc_fw_update"
}
}
10.144.47.181 | SUCCESS => {
"changed": false,
"msg": "The arg spec validation passed",
"validate_args_context": {
"argument_spec_name": "main",
"name": "bmc_fw_update",
"path": "/opt/roles/bmc_fw_update",
"type": "role"
}
}
10.144.47.181 | SUCCESS => {
"changed": false,
"include_args": {
"name": "get_bmc_facts"
}
}
10.144.47.181 | SUCCESS => {
"changed": false,
"msg": "The arg spec validation passed",
"validate_args_context": {
"argument_spec_name": "main",
"name": "get_bmc_facts",
"path": "/opt/roles/get_bmc_facts",
"type": "role"
}
}
10.144.47.181 | SKIPPED
10.144.47.181 | SKIPPED
[DEPRECATION WARNING]: The default value 10 for parameter param1 is being
deprecated and it will be replaced by 60. This feature will be removed from
community.general in version 9.0.0. Deprecation warnings can be disabled by
setting deprecation_warnings=False in ansible.cfg.
<localhost> ESTABLISH LOCAL CONNECTION FOR USER: root
<localhost> EXEC /bin/sh -c 'echo ~root && sleep 0'
<localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1712349869.600206-15-131064796305885 `" && echo ansible-tmp-1712349869.600206-15-131064796305885="` echo /root/.ansible/tmp/ansible-tmp-1712349869.600206-15-131064796305885 `" ) && sleep 0'
Using module file /root/.ansible/collections/ansible_collections/community/general/plugins/modules/redfish_info.py
<localhost> PUT /root/.ansible/tmp/ansible-local-1joe59nbr/tmpa7mzfz_h TO /root/.ansible/tmp/ansible-tmp-1712349869.600206-15-131064796305885/AnsiballZ_redfish_info.py
<localhost> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1712349869.600206-15-131064796305885/ /root/.ansible/tmp/ansible-tmp-1712349869.600206-15-131064796305885/AnsiballZ_redfish_info.py && sleep 0'
<localhost> EXEC /bin/sh -c '/usr/local/bin/python /root/.ansible/tmp/ansible-tmp-1712349869.600206-15-131064796305885/AnsiballZ_redfish_info.py && sleep 0'
<localhost> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1712349869.600206-15-131064796305885/ > /dev/null 2>&1 && sleep 0'
10.144.47.181 | SUCCESS => {
"changed": false,
"invocation": {
"module_args": {
"auth_token": null,
"baseuri": "10.144.47.181",
"category": [
"Update"
],
"command": [
"GetFirmwareInventory"
],
"manager": null,
"password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
"timeout": null,
"update_handle": null,
"username": "root"
}
},
"redfish_facts": {
"firmware": {
"entries": [
{
"Id": "BMC_Firmware",
"Name": "Software Inventory",
"SoftwareId": "",
"Status": {
"Health": "OK",
"HealthRollup": "OK",
"State": "Enabled"
},
"Updateable": true,
"Version": "BF-23.04-3"
},
{
"Id": "Bluefield_FW_ERoT",
"Manufacturer": "NVIDIA",
"Name": "Software Inventory",
"SoftwareId": "0xFF00",
"Status": {
"Health": "OK",
"HealthRollup": "OK",
"State": "Enabled"
},
"Updateable": true,
"Version": "00.02.0127.0000_n02"
}
],
"ret": true
}
}
}
10.144.47.181 | SUCCESS => {
"changed": false,
"msg": "All items completed",
"results": [
{
"ansible_facts": {
"get_bmc_facts_all_fw_versions": {
"bmc_firmware": "BF-23.04-3"
}
},
"ansible_loop_var": "item",
"changed": false,
"failed": false,
"item": {
"Id": "BMC_Firmware",
"Name": "Software Inventory",
"SoftwareId": "",
"Status": {
"Health": "OK",
"HealthRollup": "OK",
"State": "Enabled"
},
"Updateable": true,
"Version": "BF-23.04-3"
}
},
{
"ansible_facts": {
"get_bmc_facts_all_fw_versions": {
"bluefield_fw_erot": "00.02.0127.0000_n02",
"bmc_firmware": "BF-23.04-3"
}
},
"ansible_loop_var": "item",
"changed": false,
"failed": false,
"item": {
"Id": "Bluefield_FW_ERoT",
"Manufacturer": "NVIDIA",
"Name": "Software Inventory",
"SoftwareId": "0xFF00",
"Status": {
"Health": "OK",
"HealthRollup": "OK",
"State": "Enabled"
},
"Updateable": true,
"Version": "00.02.0127.0000_n02"
}
}
]
}
10.144.47.181 | SKIPPED
10.144.47.181 | SKIPPED
10.144.47.181 | SUCCESS => {
"msg": {
"bluefield_fw_erot": "00.02.0127.0000_n02",
"bmc_firmware": "BF-23.04-3"
}
}
10.144.47.181 | SUCCESS => {
"ansible_facts": {
"bmc_fw_update_cur_fw_version": "BF-23.04-3"
},
"changed": false
}
10.144.47.181 | SUCCESS => {
"msg": {
"bluefield_fw_erot": "00.02.0127.0000_n02",
"bmc_firmware": "BF-23.04-3"
}
}
<localhost> ESTABLISH LOCAL CONNECTION FOR USER: root
<localhost> EXEC /bin/sh -c 'echo ~root && sleep 0'
<localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1712349871.4324648-46-89478238082473 `" && echo ansible-tmp-1712349871.4324648-46-89478238082473="` echo /root/.ansible/tmp/ansible-tmp-1712349871.4324648-46-89478238082473 `" ) && sleep 0'
Using module file /usr/local/lib/python3.11/site-packages/ansible/modules/stat.py
<localhost> PUT /root/.ansible/tmp/ansible-local-1joe59nbr/tmpx2z3d8bm TO /root/.ansible/tmp/ansible-tmp-1712349871.4324648-46-89478238082473/AnsiballZ_stat.py
<localhost> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1712349871.4324648-46-89478238082473/ /root/.ansible/tmp/ansible-tmp-1712349871.4324648-46-89478238082473/AnsiballZ_stat.py && sleep 0'
<localhost> EXEC /bin/sh -c '/usr/local/bin/python /root/.ansible/tmp/ansible-tmp-1712349871.4324648-46-89478238082473/AnsiballZ_stat.py && sleep 0'
<localhost> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1712349871.4324648-46-89478238082473/ > /dev/null 2>&1 && sleep 0'
10.144.47.181 | SUCCESS => {
"changed": false,
"invocation": {
"module_args": {
"checksum_algorithm": "sha1",
"follow": false,
"get_attributes": true,
"get_checksum": true,
"get_mime": true,
"path": "/tmp/bf3-bmc-24.01-5_opn.fwpkg"
}
},
"stat": {
"exists": false
}
}
<localhost> ESTABLISH LOCAL CONNECTION FOR USER: root
<localhost> EXEC /bin/sh -c 'echo ~root && sleep 0'
<localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1712349871.8482723-71-130097062489935 `" && echo ansible-tmp-1712349871.8482723-71-130097062489935="` echo /root/.ansible/tmp/ansible-tmp-1712349871.8482723-71-130097062489935 `" ) && sleep 0'
Using module file /usr/local/lib/python3.11/site-packages/ansible/modules/get_url.py
<localhost> PUT /root/.ansible/tmp/ansible-local-1joe59nbr/tmplp1_jm2k TO /root/.ansible/tmp/ansible-tmp-1712349871.8482723-71-130097062489935/AnsiballZ_get_url.py
<localhost> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1712349871.8482723-71-130097062489935/ /root/.ansible/tmp/ansible-tmp-1712349871.8482723-71-130097062489935/AnsiballZ_get_url.py && sleep 0'
<localhost> EXEC /bin/sh -c '/usr/local/bin/python /root/.ansible/tmp/ansible-tmp-1712349871.8482723-71-130097062489935/AnsiballZ_get_url.py && sleep 0'
<localhost> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1712349871.8482723-71-130097062489935/ > /dev/null 2>&1 && sleep 0'
10.144.47.181 | CHANGED => {
"changed": true,
"checksum_dest": null,
"checksum_src": "f0e9379f3452092867b2ff7d6d8c1758d792471b",
"dest": "/tmp/bf3-bmc-24.01-5_opn.fwpkg",
"elapsed": 0,
"gid": 0,
"group": "root",
"invocation": {
"module_args": {
"attributes": null,
"backup": false,
"checksum": "",
"ciphers": null,
"client_cert": null,
"client_key": null,
"decompress": true,
"dest": "/tmp/bf3-bmc-24.01-5_opn.fwpkg",
"force": false,
"force_basic_auth": false,
"group": null,
"headers": null,
"http_agent": "ansible-httpget",
"mode": "0440",
"owner": null,
"selevel": null,
"serole": null,
"setype": null,
"seuser": null,
"timeout": 10,
"tmp_dest": null,
"unredirected_headers": [],
"unsafe_writes": false,
"url": "https://content.mellanox.com/BlueField/BMC/24.01-5-Jan-2024/bf3-bmc-24.01-5_opn.fwpkg",
"url_password": null,
"url_username": null,
"use_gssapi": false,
"use_netrc": true,
"use_proxy": true,
"validate_certs": true
}
},
"md5sum": "d0a090db4a15cb72bc4131cb9c629d3f",
"mode": "0440",
"msg": "OK (67105977 bytes)",
"owner": "root",
"size": 67105977,
"src": "/root/.ansible/tmp/ansible-tmp-1712349871.8482723-71-130097062489935/tmpromtg3do",
"state": "file",
"status_code": 200,
"uid": 0,
"url": "https://content.mellanox.com/BlueField/BMC/24.01-5-Jan-2024/bf3-bmc-24.01-5_opn.fwpkg"
}
<localhost> ESTABLISH LOCAL CONNECTION FOR USER: root
<localhost> EXEC /bin/sh -c 'echo ~root && sleep 0'
<localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1712349873.623956-96-66425945615944 `" && echo ansible-tmp-1712349873.623956-96-66425945615944="` echo /root/.ansible/tmp/ansible-tmp-1712349873.623956-96-66425945615944 `" ) && sleep 0'
Using module file /usr/local/lib/python3.11/site-packages/ansible/modules/uri.py
<localhost> PUT /root/.ansible/tmp/ansible-local-1joe59nbr/tmp6hbvzgpd TO /root/.ansible/tmp/ansible-tmp-1712349873.623956-96-66425945615944/AnsiballZ_uri.py
<localhost> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1712349873.623956-96-66425945615944/ /root/.ansible/tmp/ansible-tmp-1712349873.623956-96-66425945615944/AnsiballZ_uri.py && sleep 0'
<localhost> EXEC /bin/sh -c '/usr/local/bin/python /root/.ansible/tmp/ansible-tmp-1712349873.623956-96-66425945615944/AnsiballZ_uri.py && sleep 0'
<localhost> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1712349873.623956-96-66425945615944/ > /dev/null 2>&1 && sleep 0'
10.144.47.181 | SUCCESS => {
"allow": "GET, PATCH, HEAD",
"cache_control": "no-Store,no-Cache",
"changed": false,
"connection": "close",
"content": "{\n \"@odata.id\": \"/redfish/v1/UpdateService\",\n \"@odata.type\": \"#UpdateService.v1_5_0.UpdateService\",\n \"Actions\": {\n \"Oem\": {\n \"Nvidia\": {\n \"#NvidiaUpdateService.CommitImage\": {\n \"@Redfish.ActionInfo\": \"/redfish/v1/UpdateService/Oem/Nvidia/CommitImageActionInfo\",\n \"target\": \"/redfish/v1/UpdateService/Actions/Oem/NvidiaUpdateService.CommitImage\"\n }\n }\n }\n },\n \"Description\": \"Service for Software Update\",\n \"FirmwareInventory\": {\n \"@odata.id\": \"/redfish/v1/UpdateService/FirmwareInventory\"\n },\n \"HttpPushUri\": \"/redfish/v1/UpdateService/update\",\n \"HttpPushUriOptions\": {\n \"HttpPushUriApplyTime\": {\n \"ApplyTime\": \"OnReset\"\n }\n },\n \"HttpPushUriTargets\": [],\n \"Id\": \"UpdateService\",\n \"MaxImageSizeBytes\": 209715200,\n \"Name\": \"Update Service\",\n \"ServiceEnabled\": true,\n \"SoftwareInventory\": {\n \"@odata.id\": \"/redfish/v1/UpdateService/SoftwareInventory\"\n }\n}",
"content_length": "934",
"content_security_policy": "default-src 'none'; img-src 'self' data:; font-src 'self'; style-src 'self'; script-src 'self'; connect-src 'self' wss:; form-action 'none'; frame-ancestors 'none'; object-src 'none'; base-uri 'none'",
"content_type": "application/json",
"cookies": {},
"cookies_string": "",
"date": "Fri, 05 Apr 2024 20:44:30 GMT",
"elapsed": 0,
"etag": "\"C31E49D6\"",
"invocation": {
"module_args": {
"attributes": null,
"body": null,
"body_format": "json",
"ca_path": null,
"ciphers": null,
"client_cert": null,
"client_key": null,
"creates": null,
"decompress": true,
"dest": null,
"follow_redirects": "safe",
"force": false,
"force_basic_auth": true,
"group": null,
"headers": {
"Content-Type": "application/json"
},
"http_agent": "ansible-httpget",
"method": "GET",
"mode": null,
"owner": null,
"remote_src": false,
"removes": null,
"return_content": true,
"selevel": null,
"serole": null,
"setype": null,
"seuser": null,
"src": null,
"status_code": [
200
],
"timeout": 30,
"unix_socket": null,
"unredirected_headers": [],
"unsafe_writes": false,
"url": "https://10.144.47.181/redfish/v1/UpdateService",
"url_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
"url_username": "root",
"use_gssapi": false,
"use_netrc": true,
"use_proxy": true,
"validate_certs": false
}
},
"json": {
"@odata.id": "/redfish/v1/UpdateService",
"@odata.type": "#UpdateService.v1_5_0.UpdateService",
"Actions": {
"Oem": {
"Nvidia": {
"#NvidiaUpdateService.CommitImage": {
"@Redfish.ActionInfo": "/redfish/v1/UpdateService/Oem/Nvidia/CommitImageActionInfo",
"target": "/redfish/v1/UpdateService/Actions/Oem/NvidiaUpdateService.CommitImage"
}
}
}
},
"Description": "Service for Software Update",
"FirmwareInventory": {
"@odata.id": "/redfish/v1/UpdateService/FirmwareInventory"
},
"HttpPushUri": "/redfish/v1/UpdateService/update",
"HttpPushUriOptions": {
"HttpPushUriApplyTime": {
"ApplyTime": "OnReset"
}
},
"HttpPushUriTargets": [],
"Id": "UpdateService",
"MaxImageSizeBytes": 209715200,
"Name": "Update Service",
"ServiceEnabled": true,
"SoftwareInventory": {
"@odata.id": "/redfish/v1/UpdateService/SoftwareInventory"
}
},
"msg": "OK (934 bytes)",
"odata_version": "4.0",
"pragma": "no-cache",
"redirected": false,
"status": 200,
"strict_transport_security": "max-age=31536000; includeSubdomains; preload",
"url": "https://10.144.47.181/redfish/v1/UpdateService",
"x_content_type_options": "nosniff",
"x_frame_options": "DENY",
"x_xss_protection": "1; mode=block"
}
<localhost> ESTABLISH LOCAL CONNECTION FOR USER: root
<localhost> EXEC /bin/sh -c 'echo ~root && sleep 0'
<localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1712349874.4235234-121-14788525136960 `" && echo ansible-tmp-1712349874.4235234-121-14788525136960="` echo /root/.ansible/tmp/ansible-tmp-1712349874.4235234-121-14788525136960 `" ) && sleep 0'
<localhost> PUT /tmp/bf3-bmc-24.01-5_opn.fwpkg TO /root/.ansible/tmp/ansible-tmp-1712349874.4235234-121-14788525136960/bf3-bmc-24.01-5_opn.fwpkg
<localhost> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1712349874.4235234-121-14788525136960/ /root/.ansible/tmp/ansible-tmp-1712349874.4235234-121-14788525136960/bf3-bmc-24.01-5_opn.fwpkg && sleep 0'
Using module file /usr/local/lib/python3.11/site-packages/ansible/modules/uri.py
<localhost> PUT /root/.ansible/tmp/ansible-local-1joe59nbr/tmplm7zwiyz TO /root/.ansible/tmp/ansible-tmp-1712349874.4235234-121-14788525136960/AnsiballZ_uri.py
<localhost> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1712349874.4235234-121-14788525136960/ /root/.ansible/tmp/ansible-tmp-1712349874.4235234-121-14788525136960/AnsiballZ_uri.py && sleep 0'
<localhost> EXEC /bin/sh -c '/usr/local/bin/python /root/.ansible/tmp/ansible-tmp-1712349874.4235234-121-14788525136960/AnsiballZ_uri.py && sleep 0'
<localhost> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1712349874.4235234-121-14788525136960/ > /dev/null 2>&1 && sleep 0'
10.144.47.181 | SUCCESS => {
"allow": "POST",
"cache_control": "no-Store,no-Cache",
"changed": false,
"connection": "close",
"content_length": "151",
"content_security_policy": "default-src 'none'; img-src 'self' data:; font-src 'self'; style-src 'self'; script-src 'self'; connect-src 'self' wss:; form-action 'none'; frame-ancestors 'none'; object-src 'none'; base-uri 'none'",
"content_type": "application/json",
"cookies": {},
"cookies_string": "",
"date": "Fri, 05 Apr 2024 20:44:42 GMT",
"elapsed": 7,
"invocation": {
"module_args": {
"attributes": null,
"body": null,
"body_format": "raw",
"ca_path": null,
"ciphers": null,
"client_cert": null,
"client_key": null,
"creates": null,
"decompress": true,
"dest": null,
"follow_redirects": "safe",
"force": false,
"force_basic_auth": true,
"group": null,
"headers": {
"Content-Length": 67105977,
"Content-Type": "application/octet-stream"
},
"http_agent": "ansible-httpget",
"method": "POST",
"mode": null,
"owner": null,
"remote_src": false,
"removes": null,
"return_content": false,
"selevel": null,
"serole": null,
"setype": null,
"seuser": null,
"src": "/root/.ansible/tmp/ansible-tmp-1712349874.4235234-121-14788525136960/bf3-bmc-24.01-5_opn.fwpkg",
"status_code": [
200,
202
],
"timeout": 30,
"unix_socket": null,
"unredirected_headers": [],
"unsafe_writes": false,
"url": "https://10.144.47.181/redfish/v1/UpdateService/update",
"url_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
"url_username": "root",
"use_gssapi": false,
"use_netrc": true,
"use_proxy": true,
"validate_certs": false
}
},
"json": {
"@odata.id": "/redfish/v1/TaskService/Tasks/1",
"@odata.type": "#Task.v1_4_3.Task",
"Id": "1",
"TaskState": "Running",
"TaskStatus": "OK"
},
"location": "https://10.144.47.181/redfish/v1/TaskService/Tasks/1/Monitor",
"msg": "OK (151 bytes)",
"odata_version": "4.0",
"pragma": "no-cache",
"redirected": false,
"retry_after": "30",
"status": 202,
"strict_transport_security": "max-age=31536000; includeSubdomains; preload",
"url": "https://10.144.47.181/redfish/v1/UpdateService/update",
"x_content_type_options": "nosniff",
"x_frame_options": "DENY",
"x_xss_protection": "1; mode=block"
}
10.144.47.181 | SUCCESS => {
"ansible_facts": {
"bmc_firmware_update_taskid": "/redfish/v1/TaskService/Tasks/1/Monitor"
},
"changed": false
}
10.144.47.181 | SKIPPED
10.144.47.181 | SKIPPED
10.144.47.181 | SUCCESS => {
"msg": "/redfish/v1/TaskService/Tasks/1/Monitor"
}
Pausing for 10 seconds
10.144.47.181 | SUCCESS => {
"changed": false,
"delta": 10,
"echo": true,
"rc": 0,
"start": "2024-04-05 20:44:42.291548",
"stderr": "",
"stdout": "Paused for 10.0 seconds",
"stop": "2024-04-05 20:44:52.294770",
"user_input": ""
}
<localhost> ESTABLISH LOCAL CONNECTION FOR USER: root
<localhost> EXEC /bin/sh -c 'echo ~root && sleep 0'
<localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1712349892.3541083-156-254017976296041 `" && echo ansible-tmp-1712349892.3541083-156-254017976296041="` echo /root/.ansible/tmp/ansible-tmp-1712349892.3541083-156-254017976296041 `" ) && sleep 0'
Using module file /root/.ansible/collections/ansible_collections/community/general/plugins/modules/redfish_info.py
<localhost> PUT /root/.ansible/tmp/ansible-local-1joe59nbr/tmpgj2fi8s_ TO /root/.ansible/tmp/ansible-tmp-1712349892.3541083-156-254017976296041/AnsiballZ_redfish_info.py
<localhost> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1712349892.3541083-156-254017976296041/ /root/.ansible/tmp/ansible-tmp-1712349892.3541083-156-254017976296041/AnsiballZ_redfish_info.py && sleep 0'
<localhost> EXEC /bin/sh -c '/usr/local/bin/python /root/.ansible/tmp/ansible-tmp-1712349892.3541083-156-254017976296041/AnsiballZ_redfish_info.py && sleep 0'
<localhost> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1712349892.3541083-156-254017976296041/ > /dev/null 2>&1 && sleep 0'
<localhost> EXEC /bin/sh -c 'echo ~root && sleep 0'
<localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1712349923.277437-156-112473032465738 `" && echo ansible-tmp-1712349923.277437-156-112473032465738="` echo /root/.ansible/tmp/ansible-tmp-1712349923.277437-156-112473032465738 `" ) && sleep 0'
Using module file /root/.ansible/collections/ansible_collections/community/general/plugins/modules/redfish_info.py
<localhost> PUT /root/.ansible/tmp/ansible-local-1joe59nbr/tmpae5k94yf TO /root/.ansible/tmp/ansible-tmp-1712349923.277437-156-112473032465738/AnsiballZ_redfish_info.py
<localhost> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1712349923.277437-156-112473032465738/ /root/.ansible/tmp/ansible-tmp-1712349923.277437-156-112473032465738/AnsiballZ_redfish_info.py && sleep 0'
<localhost> EXEC /bin/sh -c '/usr/local/bin/python /root/.ansible/tmp/ansible-tmp-1712349923.277437-156-112473032465738/AnsiballZ_redfish_info.py && sleep 0'
<localhost> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1712349923.277437-156-112473032465738/ > /dev/null 2>&1 && sleep 0'
<localhost> EXEC /bin/sh -c 'echo ~root && sleep 0'
<localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1712349954.179908-156-57000914075648 `" && echo ansible-tmp-1712349954.179908-156-57000914075648="` echo /root/.ansible/tmp/ansible-tmp-1712349954.179908-156-57000914075648 `" ) && sleep 0'
Using module file /root/.ansible/collections/ansible_collections/community/general/plugins/modules/redfish_info.py
<localhost> PUT /root/.ansible/tmp/ansible-local-1joe59nbr/tmpgwwx6tsn TO /root/.ansible/tmp/ansible-tmp-1712349954.179908-156-57000914075648/AnsiballZ_redfish_info.py
<localhost> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1712349954.179908-156-57000914075648/ /root/.ansible/tmp/ansible-tmp-1712349954.179908-156-57000914075648/AnsiballZ_redfish_info.py && sleep 0'
<localhost> EXEC /bin/sh -c '/usr/local/bin/python /root/.ansible/tmp/ansible-tmp-1712349954.179908-156-57000914075648/AnsiballZ_redfish_info.py && sleep 0'
<localhost> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1712349954.179908-156-57000914075648/ > /dev/null 2>&1 && sleep 0'
<localhost> EXEC /bin/sh -c 'echo ~root && sleep 0'
<localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1712349985.145008-156-179213517668675 `" && echo ansible-tmp-1712349985.145008-156-179213517668675="` echo /root/.ansible/tmp/ansible-tmp-1712349985.145008-156-179213517668675 `" ) && sleep 0'
Using module file /root/.ansible/collections/ansible_collections/community/general/plugins/modules/redfish_info.py
<localhost> PUT /root/.ansible/tmp/ansible-local-1joe59nbr/tmpds3d8mqn TO /root/.ansible/tmp/ansible-tmp-1712349985.145008-156-179213517668675/AnsiballZ_redfish_info.py
<localhost> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1712349985.145008-156-179213517668675/ /root/.ansible/tmp/ansible-tmp-1712349985.145008-156-179213517668675/AnsiballZ_redfish_info.py && sleep 0'
<localhost> EXEC /bin/sh -c '/usr/local/bin/python /root/.ansible/tmp/ansible-tmp-1712349985.145008-156-179213517668675/AnsiballZ_redfish_info.py && sleep 0'
<localhost> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1712349985.145008-156-179213517668675/ > /dev/null 2>&1 && sleep 0'
<localhost> EXEC /bin/sh -c 'echo ~root && sleep 0'
<localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1712350016.0554008-156-252648287953646 `" && echo ansible-tmp-1712350016.0554008-156-252648287953646="` echo /root/.ansible/tmp/ansible-tmp-1712350016.0554008-156-252648287953646 `" ) && sleep 0'
Using module file /root/.ansible/collections/ansible_collections/community/general/plugins/modules/redfish_info.py
<localhost> PUT /root/.ansible/tmp/ansible-local-1joe59nbr/tmplzdkh8qe TO /root/.ansible/tmp/ansible-tmp-1712350016.0554008-156-252648287953646/AnsiballZ_redfish_info.py
<localhost> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1712350016.0554008-156-252648287953646/ /root/.ansible/tmp/ansible-tmp-1712350016.0554008-156-252648287953646/AnsiballZ_redfish_info.py && sleep 0'
<localhost> EXEC /bin/sh -c '/usr/local/bin/python /root/.ansible/tmp/ansible-tmp-1712350016.0554008-156-252648287953646/AnsiballZ_redfish_info.py && sleep 0'
<localhost> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1712350016.0554008-156-252648287953646/ > /dev/null 2>&1 && sleep 0'
<localhost> EXEC /bin/sh -c 'echo ~root && sleep 0'
<localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1712350046.952661-156-276132445951847 `" && echo ansible-tmp-1712350046.952661-156-276132445951847="` echo /root/.ansible/tmp/ansible-tmp-1712350046.952661-156-276132445951847 `" ) && sleep 0'
Using module file /root/.ansible/collections/ansible_collections/community/general/plugins/modules/redfish_info.py
<localhost> PUT /root/.ansible/tmp/ansible-local-1joe59nbr/tmpn7zluh_6 TO /root/.ansible/tmp/ansible-tmp-1712350046.952661-156-276132445951847/AnsiballZ_redfish_info.py
<localhost> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1712350046.952661-156-276132445951847/ /root/.ansible/tmp/ansible-tmp-1712350046.952661-156-276132445951847/AnsiballZ_redfish_info.py && sleep 0'
<localhost> EXEC /bin/sh -c '/usr/local/bin/python /root/.ansible/tmp/ansible-tmp-1712350046.952661-156-276132445951847/AnsiballZ_redfish_info.py && sleep 0'
<localhost> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1712350046.952661-156-276132445951847/ > /dev/null 2>&1 && sleep 0'
<localhost> EXEC /bin/sh -c 'echo ~root && sleep 0'
<localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1712350077.877944-156-207029920233541 `" && echo ansible-tmp-1712350077.877944-156-207029920233541="` echo /root/.ansible/tmp/ansible-tmp-1712350077.877944-156-207029920233541 `" ) && sleep 0'
Using module file /root/.ansible/collections/ansible_collections/community/general/plugins/modules/redfish_info.py
<localhost> PUT /root/.ansible/tmp/ansible-local-1joe59nbr/tmp9ecxqekz TO /root/.ansible/tmp/ansible-tmp-1712350077.877944-156-207029920233541/AnsiballZ_redfish_info.py
<localhost> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1712350077.877944-156-207029920233541/ /root/.ansible/tmp/ansible-tmp-1712350077.877944-156-207029920233541/AnsiballZ_redfish_info.py && sleep 0'
<localhost> EXEC /bin/sh -c '/usr/local/bin/python /root/.ansible/tmp/ansible-tmp-1712350077.877944-156-207029920233541/AnsiballZ_redfish_info.py && sleep 0'
<localhost> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1712350077.877944-156-207029920233541/ > /dev/null 2>&1 && sleep 0'
<localhost> EXEC /bin/sh -c 'echo ~root && sleep 0'
<localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1712350108.7901103-156-182485204174519 `" && echo ansible-tmp-1712350108.7901103-156-182485204174519="` echo /root/.ansible/tmp/ansible-tmp-1712350108.7901103-156-182485204174519 `" ) && sleep 0'
Using module file /root/.ansible/collections/ansible_collections/community/general/plugins/modules/redfish_info.py
<localhost> PUT /root/.ansible/tmp/ansible-local-1joe59nbr/tmpcjxcm7zm TO /root/.ansible/tmp/ansible-tmp-1712350108.7901103-156-182485204174519/AnsiballZ_redfish_info.py
<localhost> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1712350108.7901103-156-182485204174519/ /root/.ansible/tmp/ansible-tmp-1712350108.7901103-156-182485204174519/AnsiballZ_redfish_info.py && sleep 0'
<localhost> EXEC /bin/sh -c '/usr/local/bin/python /root/.ansible/tmp/ansible-tmp-1712350108.7901103-156-182485204174519/AnsiballZ_redfish_info.py && sleep 0'
<localhost> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1712350108.7901103-156-182485204174519/ > /dev/null 2>&1 && sleep 0'
<localhost> EXEC /bin/sh -c 'echo ~root && sleep 0'
<localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1712350139.6878471-156-178349573348183 `" && echo ansible-tmp-1712350139.6878471-156-178349573348183="` echo /root/.ansible/tmp/ansible-tmp-1712350139.6878471-156-178349573348183 `" ) && sleep 0'
Using module file /root/.ansible/collections/ansible_collections/community/general/plugins/modules/redfish_info.py
<localhost> PUT /root/.ansible/tmp/ansible-local-1joe59nbr/tmppp67s3ov TO /root/.ansible/tmp/ansible-tmp-1712350139.6878471-156-178349573348183/AnsiballZ_redfish_info.py
<localhost> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1712350139.6878471-156-178349573348183/ /root/.ansible/tmp/ansible-tmp-1712350139.6878471-156-178349573348183/AnsiballZ_redfish_info.py && sleep 0'
<localhost> EXEC /bin/sh -c '/usr/local/bin/python /root/.ansible/tmp/ansible-tmp-1712350139.6878471-156-178349573348183/AnsiballZ_redfish_info.py && sleep 0'
<localhost> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1712350139.6878471-156-178349573348183/ > /dev/null 2>&1 && sleep 0'
<localhost> EXEC /bin/sh -c 'echo ~root && sleep 0'
<localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1712350170.581721-156-281362366528280 `" && echo ansible-tmp-1712350170.581721-156-281362366528280="` echo /root/.ansible/tmp/ansible-tmp-1712350170.581721-156-281362366528280 `" ) && sleep 0'
Using module file /root/.ansible/collections/ansible_collections/community/general/plugins/modules/redfish_info.py
<localhost> PUT /root/.ansible/tmp/ansible-local-1joe59nbr/tmps4ujf3k0 TO /root/.ansible/tmp/ansible-tmp-1712350170.581721-156-281362366528280/AnsiballZ_redfish_info.py
<localhost> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1712350170.581721-156-281362366528280/ /root/.ansible/tmp/ansible-tmp-1712350170.581721-156-281362366528280/AnsiballZ_redfish_info.py && sleep 0'
<localhost> EXEC /bin/sh -c '/usr/local/bin/python /root/.ansible/tmp/ansible-tmp-1712350170.581721-156-281362366528280/AnsiballZ_redfish_info.py && sleep 0'
<localhost> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1712350170.581721-156-281362366528280/ > /dev/null 2>&1 && sleep 0'
<localhost> EXEC /bin/sh -c 'echo ~root && sleep 0'
<localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1712350201.4817867-156-280465951914631 `" && echo ansible-tmp-1712350201.4817867-156-280465951914631="` echo /root/.ansible/tmp/ansible-tmp-1712350201.4817867-156-280465951914631 `" ) && sleep 0'
Using module file /root/.ansible/collections/ansible_collections/community/general/plugins/modules/redfish_info.py
<localhost> PUT /root/.ansible/tmp/ansible-local-1joe59nbr/tmpgh488m6k TO /root/.ansible/tmp/ansible-tmp-1712350201.4817867-156-280465951914631/AnsiballZ_redfish_info.py
<localhost> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1712350201.4817867-156-280465951914631/ /root/.ansible/tmp/ansible-tmp-1712350201.4817867-156-280465951914631/AnsiballZ_redfish_info.py && sleep 0'
<localhost> EXEC /bin/sh -c '/usr/local/bin/python /root/.ansible/tmp/ansible-tmp-1712350201.4817867-156-280465951914631/AnsiballZ_redfish_info.py && sleep 0'
<localhost> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1712350201.4817867-156-280465951914631/ > /dev/null 2>&1 && sleep 0'
<localhost> EXEC /bin/sh -c 'echo ~root && sleep 0'
<localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1712350232.3923113-156-197752595131202 `" && echo ansible-tmp-1712350232.3923113-156-197752595131202="` echo /root/.ansible/tmp/ansible-tmp-1712350232.3923113-156-197752595131202 `" ) && sleep 0'
Using module file /root/.ansible/collections/ansible_collections/community/general/plugins/modules/redfish_info.py
<localhost> PUT /root/.ansible/tmp/ansible-local-1joe59nbr/tmphwqeag0h TO /root/.ansible/tmp/ansible-tmp-1712350232.3923113-156-197752595131202/AnsiballZ_redfish_info.py
<localhost> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1712350232.3923113-156-197752595131202/ /root/.ansible/tmp/ansible-tmp-1712350232.3923113-156-197752595131202/AnsiballZ_redfish_info.py && sleep 0'
<localhost> EXEC /bin/sh -c '/usr/local/bin/python /root/.ansible/tmp/ansible-tmp-1712350232.3923113-156-197752595131202/AnsiballZ_redfish_info.py && sleep 0'
<localhost> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1712350232.3923113-156-197752595131202/ > /dev/null 2>&1 && sleep 0'
<localhost> EXEC /bin/sh -c 'echo ~root && sleep 0'
<localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1712350263.297364-156-67575104628648 `" && echo ansible-tmp-1712350263.297364-156-67575104628648="` echo /root/.ansible/tmp/ansible-tmp-1712350263.297364-156-67575104628648 `" ) && sleep 0'
Using module file /root/.ansible/collections/ansible_collections/community/general/plugins/modules/redfish_info.py
<localhost> PUT /root/.ansible/tmp/ansible-local-1joe59nbr/tmp_q0m7s8d TO /root/.ansible/tmp/ansible-tmp-1712350263.297364-156-67575104628648/AnsiballZ_redfish_info.py
<localhost> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1712350263.297364-156-67575104628648/ /root/.ansible/tmp/ansible-tmp-1712350263.297364-156-67575104628648/AnsiballZ_redfish_info.py && sleep 0'
<localhost> EXEC /bin/sh -c '/usr/local/bin/python /root/.ansible/tmp/ansible-tmp-1712350263.297364-156-67575104628648/AnsiballZ_redfish_info.py && sleep 0'
<localhost> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1712350263.297364-156-67575104628648/ > /dev/null 2>&1 && sleep 0'
<localhost> EXEC /bin/sh -c 'echo ~root && sleep 0'
<localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1712350294.2121944-156-240847504431872 `" && echo ansible-tmp-1712350294.2121944-156-240847504431872="` echo /root/.ansible/tmp/ansible-tmp-1712350294.2121944-156-240847504431872 `" ) && sleep 0'
Using module file /root/.ansible/collections/ansible_collections/community/general/plugins/modules/redfish_info.py
<localhost> PUT /root/.ansible/tmp/ansible-local-1joe59nbr/tmpzzqu0slc TO /root/.ansible/tmp/ansible-tmp-1712350294.2121944-156-240847504431872/AnsiballZ_redfish_info.py
<localhost> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1712350294.2121944-156-240847504431872/ /root/.ansible/tmp/ansible-tmp-1712350294.2121944-156-240847504431872/AnsiballZ_redfish_info.py && sleep 0'
<localhost> EXEC /bin/sh -c '/usr/local/bin/python /root/.ansible/tmp/ansible-tmp-1712350294.2121944-156-240847504431872/AnsiballZ_redfish_info.py && sleep 0'
<localhost> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1712350294.2121944-156-240847504431872/ > /dev/null 2>&1 && sleep 0'
<localhost> EXEC /bin/sh -c 'echo ~root && sleep 0'
<localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1712350325.100997-156-267998278472253 `" && echo ansible-tmp-1712350325.100997-156-267998278472253="` echo /root/.ansible/tmp/ansible-tmp-1712350325.100997-156-267998278472253 `" ) && sleep 0'
Using module file /root/.ansible/collections/ansible_collections/community/general/plugins/modules/redfish_info.py
<localhost> PUT /root/.ansible/tmp/ansible-local-1joe59nbr/tmpgn89uui3 TO /root/.ansible/tmp/ansible-tmp-1712350325.100997-156-267998278472253/AnsiballZ_redfish_info.py
<localhost> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1712350325.100997-156-267998278472253/ /root/.ansible/tmp/ansible-tmp-1712350325.100997-156-267998278472253/AnsiballZ_redfish_info.py && sleep 0'
<localhost> EXEC /bin/sh -c '/usr/local/bin/python /root/.ansible/tmp/ansible-tmp-1712350325.100997-156-267998278472253/AnsiballZ_redfish_info.py && sleep 0'
<localhost> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1712350325.100997-156-267998278472253/ > /dev/null 2>&1 && sleep 0'
<localhost> EXEC /bin/sh -c 'echo ~root && sleep 0'
<localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1712350356.0258844-156-119592636606764 `" && echo ansible-tmp-1712350356.0258844-156-119592636606764="` echo /root/.ansible/tmp/ansible-tmp-1712350356.0258844-156-119592636606764 `" ) && sleep 0'
Using module file /root/.ansible/collections/ansible_collections/community/general/plugins/modules/redfish_info.py
<localhost> PUT /root/.ansible/tmp/ansible-local-1joe59nbr/tmpa69htmqg TO /root/.ansible/tmp/ansible-tmp-1712350356.0258844-156-119592636606764/AnsiballZ_redfish_info.py
<localhost> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1712350356.0258844-156-119592636606764/ /root/.ansible/tmp/ansible-tmp-1712350356.0258844-156-119592636606764/AnsiballZ_redfish_info.py && sleep 0'
<localhost> EXEC /bin/sh -c '/usr/local/bin/python /root/.ansible/tmp/ansible-tmp-1712350356.0258844-156-119592636606764/AnsiballZ_redfish_info.py && sleep 0'
<localhost> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1712350356.0258844-156-119592636606764/ > /dev/null 2>&1 && sleep 0'
<localhost> EXEC /bin/sh -c 'echo ~root && sleep 0'
<localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1712350386.9301188-156-175308059255840 `" && echo ansible-tmp-1712350386.9301188-156-175308059255840="` echo /root/.ansible/tmp/ansible-tmp-1712350386.9301188-156-175308059255840 `" ) && sleep 0'
Using module file /root/.ansible/collections/ansible_collections/community/general/plugins/modules/redfish_info.py
<localhost> PUT /root/.ansible/tmp/ansible-local-1joe59nbr/tmpdrbhjxha TO /root/.ansible/tmp/ansible-tmp-1712350386.9301188-156-175308059255840/AnsiballZ_redfish_info.py
<localhost> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1712350386.9301188-156-175308059255840/ /root/.ansible/tmp/ansible-tmp-1712350386.9301188-156-175308059255840/AnsiballZ_redfish_info.py && sleep 0'
<localhost> EXEC /bin/sh -c '/usr/local/bin/python /root/.ansible/tmp/ansible-tmp-1712350386.9301188-156-175308059255840/AnsiballZ_redfish_info.py && sleep 0'
<localhost> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1712350386.9301188-156-175308059255840/ > /dev/null 2>&1 && sleep 0'
<localhost> EXEC /bin/sh -c 'echo ~root && sleep 0'
<localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1712350417.8483279-156-39674916096940 `" && echo ansible-tmp-1712350417.8483279-156-39674916096940="` echo /root/.ansible/tmp/ansible-tmp-1712350417.8483279-156-39674916096940 `" ) && sleep 0'
Using module file /root/.ansible/collections/ansible_collections/community/general/plugins/modules/redfish_info.py
<localhost> PUT /root/.ansible/tmp/ansible-local-1joe59nbr/tmp9vl532em TO /root/.ansible/tmp/ansible-tmp-1712350417.8483279-156-39674916096940/AnsiballZ_redfish_info.py
<localhost> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1712350417.8483279-156-39674916096940/ /root/.ansible/tmp/ansible-tmp-1712350417.8483279-156-39674916096940/AnsiballZ_redfish_info.py && sleep 0'
<localhost> EXEC /bin/sh -c '/usr/local/bin/python /root/.ansible/tmp/ansible-tmp-1712350417.8483279-156-39674916096940/AnsiballZ_redfish_info.py && sleep 0'
<localhost> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1712350417.8483279-156-39674916096940/ > /dev/null 2>&1 && sleep 0'
<localhost> EXEC /bin/sh -c 'echo ~root && sleep 0'
<localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1712350448.74836-156-210277066933230 `" && echo ansible-tmp-1712350448.74836-156-210277066933230="` echo /root/.ansible/tmp/ansible-tmp-1712350448.74836-156-210277066933230 `" ) && sleep 0'
Using module file /root/.ansible/collections/ansible_collections/community/general/plugins/modules/redfish_info.py
<localhost> PUT /root/.ansible/tmp/ansible-local-1joe59nbr/tmp2wqno3kc TO /root/.ansible/tmp/ansible-tmp-1712350448.74836-156-210277066933230/AnsiballZ_redfish_info.py
<localhost> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1712350448.74836-156-210277066933230/ /root/.ansible/tmp/ansible-tmp-1712350448.74836-156-210277066933230/AnsiballZ_redfish_info.py && sleep 0'
<localhost> EXEC /bin/sh -c '/usr/local/bin/python /root/.ansible/tmp/ansible-tmp-1712350448.74836-156-210277066933230/AnsiballZ_redfish_info.py && sleep 0'
<localhost> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1712350448.74836-156-210277066933230/ > /dev/null 2>&1 && sleep 0'
<localhost> EXEC /bin/sh -c 'echo ~root && sleep 0'
<localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1712350479.6676598-156-156319027627866 `" && echo ansible-tmp-1712350479.6676598-156-156319027627866="` echo /root/.ansible/tmp/ansible-tmp-1712350479.6676598-156-156319027627866 `" ) && sleep 0'
Using module file /root/.ansible/collections/ansible_collections/community/general/plugins/modules/redfish_info.py
<localhost> PUT /root/.ansible/tmp/ansible-local-1joe59nbr/tmpztgtukmf TO /root/.ansible/tmp/ansible-tmp-1712350479.6676598-156-156319027627866/AnsiballZ_redfish_info.py
<localhost> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1712350479.6676598-156-156319027627866/ /root/.ansible/tmp/ansible-tmp-1712350479.6676598-156-156319027627866/AnsiballZ_redfish_info.py && sleep 0'
<localhost> EXEC /bin/sh -c '/usr/local/bin/python /root/.ansible/tmp/ansible-tmp-1712350479.6676598-156-156319027627866/AnsiballZ_redfish_info.py && sleep 0'
<localhost> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1712350479.6676598-156-156319027627866/ > /dev/null 2>&1 && sleep 0'
<localhost> EXEC /bin/sh -c 'echo ~root && sleep 0'
<localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1712350510.5821173-156-27952663787073 `" && echo ansible-tmp-1712350510.5821173-156-27952663787073="` echo /root/.ansible/tmp/ansible-tmp-1712350510.5821173-156-27952663787073 `" ) && sleep 0'
Using module file /root/.ansible/collections/ansible_collections/community/general/plugins/modules/redfish_info.py
<localhost> PUT /root/.ansible/tmp/ansible-local-1joe59nbr/tmp9ynfv5t1 TO /root/.ansible/tmp/ansible-tmp-1712350510.5821173-156-27952663787073/AnsiballZ_redfish_info.py
<localhost> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1712350510.5821173-156-27952663787073/ /root/.ansible/tmp/ansible-tmp-1712350510.5821173-156-27952663787073/AnsiballZ_redfish_info.py && sleep 0'
<localhost> EXEC /bin/sh -c '/usr/local/bin/python /root/.ansible/tmp/ansible-tmp-1712350510.5821173-156-27952663787073/AnsiballZ_redfish_info.py && sleep 0'
<localhost> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1712350510.5821173-156-27952663787073/ > /dev/null 2>&1 && sleep 0'
<localhost> EXEC /bin/sh -c 'echo ~root && sleep 0'
<localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1712350541.482742-156-193029134156181 `" && echo ansible-tmp-1712350541.482742-156-193029134156181="` echo /root/.ansible/tmp/ansible-tmp-1712350541.482742-156-193029134156181 `" ) && sleep 0'
Using module file /root/.ansible/collections/ansible_collections/community/general/plugins/modules/redfish_info.py
<localhost> PUT /root/.ansible/tmp/ansible-local-1joe59nbr/tmp7fr1o2gy TO /root/.ansible/tmp/ansible-tmp-1712350541.482742-156-193029134156181/AnsiballZ_redfish_info.py
<localhost> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1712350541.482742-156-193029134156181/ /root/.ansible/tmp/ansible-tmp-1712350541.482742-156-193029134156181/AnsiballZ_redfish_info.py && sleep 0'
<localhost> EXEC /bin/sh -c '/usr/local/bin/python /root/.ansible/tmp/ansible-tmp-1712350541.482742-156-193029134156181/AnsiballZ_redfish_info.py && sleep 0'
<localhost> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1712350541.482742-156-193029134156181/ > /dev/null 2>&1 && sleep 0'
10.144.47.181 | SUCCESS => {
"attempts": 22,
"changed": false,
"invocation": {
"module_args": {
"auth_token": null,
"baseuri": "10.144.47.181",
"category": [
"Update"
],
"command": [
"GetUpdateStatus"
],
"manager": null,
"password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
"timeout": null,
"update_handle": "/redfish/v1/TaskService/Tasks/1/Monitor",
"username": "root"
}
},
"redfish_facts": {
"update_status": {
"msg": "HTTP Error 404 on GET request to 'https://10.144.47.181/redfish/v1/TaskService/Tasks/1/Monitor', extended message: 'The requested resource of type Monitor named '1' was not found.'",
"ret": false,
"status": 404
}
}
}
10.144.47.181 | FAILED! => {
"changed": false,
"msg": "Task failed with status: 404"
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels