Hi guys
i met a wield issue in ansible when using variable including ‘@’ sign, if my variable including @, it will turn to empty totally and the debug infomation is hello world, when i remove @ sign, the result is normal, is there anyone could help? thanks in advance! :-)
TASK: [vas | debug username] **************************************************
ok: [cnshget04.xxx] => {
“msg”: “Hello world!”
TASK: [vas | vas installing…] ***********************************************
failed: [cnshget04.xxx] => {“cmd”: "/opt/quest/bin/vastool -u ‘’
task file:
- name: vas installing…
shell: >
“{{vastool_binary}}” -u “{{username}}”
default file:
-sh-4.1$ cat defaults/main.yml | grep username
username: ‘username’
my playbook:
- role: vas
username: abc@eapac.abc.se
my ansible version is 1.9.4