[WARNING]: The value 1 (type int) in a string field was converted to u’1′ (type string)
I have seen this error multiple times during my Ansible playbooks execution but always ignored it because I always got the expected result. Eventually, I wanted to get rid of any errors/warnings from my final version of the playbook and wanted to take care of this error as […]