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,

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/5f5c05ae-a813-4f8d-b2e0-3b14127fda3c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to