Please find the task output below, usually all the jobs go to changed state true and the play successfully so i have passed a failed when condition to identify the failure
----------------------------------------------------------------------------------
fatal: [server2]: FAILED! => {"changed": true, "failed_when_result": true, "msg": "\nCreating information file (/image.data) for rootvg.\n\nCreating list of files to back up \n\nBacking up 153927 files..............................\n110142 of 153927 files backed up (71%)....\n\n0512-003 mksysb may not have been able to archive some files.\nThe messages displayed on the Standard Error contained additional\ninformation.\n"}
TASK [Copy output to file] *****************************************************
changed: [server1 -> localhost)]
------------------------------------------------------------
Failed output
{
"changed": true,
"msg": "\nCreating information file (/image.data) for rootvg.\n\nCreating list of files to back up \n\nBacking up 153927 files..............................\n110142 of 153927 files backed up (71%)....\n\n0512-003 mksysb may not have been able to archive some files.\nThe messages displayed on the Standard Error contained additional\ninformation.\n",
"invocation": {
"module_args": {
"name": "server2.mksysb",
"storage_path": "/backup",
"exclude_files": true,
"backup_crypt_files": true,
"backup_dmapi_fs": true,
"create_map_files": false,
"exclude_wpar_files": false,
"extended_attrs": true,
"new_image_data": true,
"software_packing": false,
"use_snapshot": false
}
},
"_ansible_no_log": null,
"failed_when_result": true
}
===============================================================================
Sucessfull output
{
"changed": true,
"msg": "\nCreating information file (/image.data) for rootvg.\n\nCreating list of files to back up \n\nBacking up 88146 files................\n\n88146 of 88146 files backed up (100%)\n0512-038 mksysb: Backup Completed Successfully.\n",
"invocation": {
"module_args": {
"name": "server1.mksysb",
"storage_path": "/backup",
"exclude_files": true,
"backup_crypt_files": true,
"backup_dmapi_fs": true,
"create_map_files": false,
"exclude_wpar_files": false,
"extended_attrs": true,
"new_image_data": true,
"software_packing": false,
"use_snapshot": false
}
},
"_ansible_no_log": null,
"failed_when_result": false
}
--------------