Seems I can't reproduce your problem:
[mstr] serge@cyberlab:~/tmp/ansible-test$ tree
.
├── aws-configure.yml
├── aws-provision.yml
├── inventory
│ ├── ec2.py-output.json
│ └── group_vars
│ └── tag_env_test.yml
├── README.md
└── vars
├── aws_secrets.yml
└── aws_vars.yml
3 directories, 7 files
[mstr] serge@cyberlab:~/tmp/ansible-test$ ANSIBLE_NOCOWS=1 ansible-playbook
-i inventory aws-configure.yml
PLAY [!local;tag_role_db:&tag_status_new]
*************************************
TASK: [debug var=groups['tag_env_test']]
**************************************
ok: [54.x] => {
"groups['tag_env_test']": [
"54.x"
]
}
TASK: [debug var={{ region }}]
************************************************
ok: [54.x] => {
"eu-west-1": "eu-west-1"
}
PLAY RECAP
********************************************************************
54.x : ok=2 changed=0 unreachable=0
failed=0
Tested with ansible 1.7.2, 1.8.2 and latest devel.
On 17 February 2015 at 19:22, ddffgpmfn <[email protected]> wrote:
> https://gist.github.com/aioue/6036fd738f40e8f44a41
>
> --
> 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/3abd0104-2bed-434d-83e8-b2986be9986c%40googlegroups.com
> <https://groups.google.com/d/msgid/ansible-project/3abd0104-2bed-434d-83e8-b2986be9986c%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>
--
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/CAEhzMJAgo%2BALtvyvJe%2BK8hXcPiZ1P7PCvTVqFGvY%2BRiTbPU9Xg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.