On 11. juli 2016 19:16, Dader Grund wrote:
Thanks alot dude. It did work ^^
i have recently got it working using lookup('file', '/etc/foo.txt') |
from_json).get('fw2').get('ipv4').get('rtr').get('ip')     # haha though
it didn't look quit  pretty
i noticed if i am using an attribute with a minus sign i.e "fw2-m" the dot
notation wouldn't work.
Just curious how could one overcome this issue?

Python identifiers is not allowed to have dash in them(because dash is a subtraction), so only way around it in Ansible, is to use the square brackets notation.

--
Kai Stian Olstad

--
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/5783DC34.1060802%40olstad.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to