Sorry, output from run:
`
PLAY [Test-c7-1] ******************************************************************************************************************************************************************
TASK [Gathering Facts] ************************************************************************************************************************************************************
ok: [Test-c7-1]
TASK [john.test : set] ************************************************************************************************************************************************************
ok: [Test-c7-1]
TASK [john.test : debug] **********************************************************************************************************************************************************
ok: [Test-c7-1] => {
“msg”: {
“level4”: [
“theImportanStuff1”,
“theImportanStuff2”
]
}
}
TASK [john.test : set2] ***********************************************************************************************************************************************************
ok: [Test-c7-1]
TASK [john.test : debug] **********************************************************************************************************************************************************
ok: [Test-c7-1] => {
“msg”: [
{
“_instance”: 1,
“_type”: “listType1”,
“level3”: {
“level4”: [
“theImportanStuff1”,
“theImportanStuff2”
]
}
}
]
}
TASK [john.test : set3] ***********************************************************************************************************************************************************
ok: [Test-c7-1]
TASK [john.test : debug] **********************************************************************************************************************************************************
ok: [Test-c7-1] => {
“msg”: “<generator object _select_or_reject at 0x1aa9730>”
}
TASK [john.test : Gather OS specific variables] ***********************************************************************************************************************************
ok: [Test-c7-1] => (item=/etc/ansible/roles/john.test/vars/redhat.yml)
TASK [john.test : Copy TEST configuration file] ***********************************************************************************************************************************
ok: [Test-c7-1]
PLAY RECAP ************************************************************************************************************************************************************************
Test-c7-1 : ok=9 changed=0 unreachable=0 failed=0
`