60 Day Eval - Demo Job Template - Facts for Mounts do not look correct

Posted on

Hello, I've installed and ran the above twice, same results, when I run the Demo job, the collected facts are messed up. If i run a playbook outside of the Automation Platform, they work fine.

Here are what the facts on the mounts look like:

Anyone know what's going on here?

Thanks in advance....

{
"mount": "/etc/hostname", <---------????
"device": "/dev/mapper/rhel-root",
"fstype": "xfs",
"options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota,bind",
"size_total": 35416178688,
"size_available": 24618512384,
"block_size": 4096,
"block_total": 8646528,
"block_available": 6010379,
"block_used": 2636149,
"inode_total": 17301504,
"inode_available": 17057336,
"inode_used": 244168,
"uuid": "N/A"
},
{
"mount": "/run/.containerenv", <-----????????
"device": "/dev/mapper/rhel-root",
"fstype": "xfs",
"options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota,bind",
"size_total": 35416178688,
"size_available": 24618512384,
"block_size": 4096,
"block_total": 8646528,
"block_available": 6010379,
"block_used": 2636149,
"inode_total": 17301504,
"inode_available": 17057336,
"inode_used": 244168,
"uuid": "N/A"
},
{
"mount": "/etc/resolv.conf", <-----------??????????
"device": "/dev/mapper/rhel-root",
"fstype": "xfs",
"options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota,bind",
"size_total": 35416178688,
"size_available": 24618512384,
"block_size": 4096,
"block_total": 8646528,
"block_available": 6010379,
"block_used": 2636149,
"inode_total": 17301504,
"inode_available": 17057336,
"inode_used": 244168,
"uuid": "N/A"
},
{
"mount": "/etc/hosts", <----------???????
"device": "/dev/mapper/rhel-root",
"fstype": "xfs",
"options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota,bind",
"size_total": 35416178688,
"size_available": 24618512384,
"block_size": 4096,
"block_total": 8646528,
"block_available": 6010379,
"block_used": 2636149,
"inode_total": 17301504,
"inode_available": 17057336,
"inode_used": 244168,
"uuid": "N/A"
}

Responses