Hi all,
I have this variable “my_variable” with content “machainedecaractere”
Why when i show this variable with module :
- debug:
msg: “{{ my_variable }}”
I show on wondows :
ok: [localhost] => {
“my_variable”: {
“changed”: false,
“failed”: false,
“meta”: {
“machainedecaractere”
}
}
}
Someone have an idea why i have this result ?
Thanks community ansible !!
Regards,