TASK [module find mpath] *******************************************************
ok: [devwebdb0]
TASK [debug] *******************************************************************
ok: [devwebdb0] => {
"modfind_result": {
"changed": false,
"examined": 3,
"files": [],
"matched": 0,
"msg": ""
}
}
TASK [shell find mpath] ********************************************************
changed: [devwebdb0]
TASK [debug] *******************************************************************
ok: [devwebdb0] => {
"shfind_result": {
"changed": true,
"cmd": "find /dev/mapper -name mpath*p*",
"delta": "0:00:00.404326",
"end": "2016-02-10 14:51:21.624126",
"rc": 0,
"start": "2016-02-10 14:51:21.219800",
"stderr": "",
"stdout": "/dev/mapper/mpath5p1",
"stdout_lines": [
"/dev/mapper/mpath5p1"
],
"warnings": []
}
}