Hi Team,
When I first create a docker container which is centos6 based. Run ansible setup and the fact return for “ansible_selinux” is a boolean.
After a while not sure what has been done if runs setup again - the value now is a dict.
“ansible_selinux”: {
“status”: “disabled”
},
That makes harder in the condition I use. Should we have the dict at the beginning?
Thanks