That is strange, because I copy-n-pasted you play and data, and it worked for me. Does your output before your last step look like mine?
$ ansible-playbook isilon.yml
PLAY [Isilon tests] ****************************************************************************
TASK [First Read isilon cluster csv file from mount point for login] ***************************
ok: [localhost]
TASK [Print The inventry Full File in List format] *********************************************
ok: [localhost] => {
"msg": [
{
"Business Purpose": "KPHC",
"Cluster Name": "cnnndcisip-hc01",
"Data Center": "NDC",
"Dedicated region": "SC",
"Environment": "Production",
"IP Address": "172.19.94.62",
"Serial No.": "CF2ZJ203800133"
},
{
"Business Purpose": "KPHC",
"Cluster Name": "",
"Data Center": "NDC",
"Dedicated region": "",
"Environment": "Production",
"IP Address": "172.19.94.63",
"Serial No.": "CF2ZJ204300024"
},
{
"Business Purpose": "KPHC",
"Cluster Name": "",
"Data Center": "NDC",
"Dedicated region": "",
"Environment": "Production",
"IP Address": "172.19.94.64",
"Serial No.": "CF2ZJ204300026"
},
{
"Business Purpose": "KPHC",
"Cluster Name": "massdcisip-hc01",
"Data Center": "SSDC",
"Dedicated region": "MA",
"Environment": "Production",
"IP Address": "172.30.146.231",
"Serial No.": "JACNT205160062"
},
{
"Business Purpose": "KPHC",
"Cluster Name": "",
"Data Center": "SSDC",
"Dedicated region": "",
"Environment": "Production",
"IP Address": "172.30.146.232",
"Serial No.": "JACNT210260055"
},
{
"Business Purpose": "KPHC",
"Cluster Name": "",
"Data Center": "SSDC",
"Dedicated region": "",
"Environment": "Production",
"IP Address": "172.30.146.233",
"Serial No.": "JACNT210260073"
},
{
"Business Purpose": "KPHC",
"Cluster Name": "",
"Data Center": "SSDC",
"Dedicated region": "",
"Environment": "Production",
"IP Address": "172.30.146.234",
"Serial No.": "JACNT210260083"
}
]
}
TASK [Get isilon host from isilon cluster file.] ***********************************************
skipping: [localhost] => (item={'Data Center': 'NDC', 'Environment': 'Production', 'Business Purpose': 'KPHC', 'Serial No.': 'CF2ZJ203800133', 'Cluster Name': 'cnnndcisip-hc01', 'Dedicated region': 'SC', 'IP Address': '172.19.94.62'})
skipping: [localhost] => (item={'Data Center': 'NDC', 'Environment': 'Production', 'Business Purpose': 'KPHC', 'Serial No.': 'CF2ZJ204300024', 'Cluster Name': '', 'Dedicated region': '', 'IP Address': '172.19.94.63'})
skipping: [localhost] => (item={'Data Center': 'NDC', 'Environment': 'Production', 'Business Purpose': 'KPHC', 'Serial No.': 'CF2ZJ204300026', 'Cluster Name': '', 'Dedicated region': '', 'IP Address': '172.19.94.64'})
ok: [localhost] => (item={'Data Center': 'SSDC', 'Environment': 'Production', 'Business Purpose': 'KPHC', 'Serial No.': 'JACNT205160062', 'Cluster Name': 'massdcisip-hc01', 'Dedicated region': 'MA', 'IP Address': '172.30.146.231'})
skipping: [localhost] => (item={'Data Center': 'SSDC', 'Environment': 'Production', 'Business Purpose': 'KPHC', 'Serial No.': 'JACNT210260055', 'Cluster Name': '', 'Dedicated region': '', 'IP Address': '172.30.146.232'})
skipping: [localhost] => (item={'Data Center': 'SSDC', 'Environment': 'Production', 'Business Purpose': 'KPHC', 'Serial No.': 'JACNT210260073', 'Cluster Name': '', 'Dedicated region': '', 'IP Address': '172.30.146.233'})
skipping: [localhost] => (item={'Data Center': 'SSDC', 'Environment': 'Production', 'Business Purpose': 'KPHC', 'Serial No.': 'JACNT210260083', 'Cluster Name': '', 'Dedicated region': '', 'IP Address': '172.30.146.234'})
TASK [Print The File System Name] **************************************************************
ok: [localhost] => {
"msg": [
"massdcisip-hc01",
"172.30.146.231"
]
}
PLAY RECAP *************************************************************************************
localhost : ok=4 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0