When to use {{}} ? How to interpolate variables or dynamic variable names?
Answer Posted / Avnika Tomar
[{"use": "to interpolate values in strings", "interpolation": ""{{ variable_name }}"
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can you connect other devices within ansible?
How can you speed up management inside in ec2?
How do I submit a change to the documentation?
How can you create a lamp stack and deploy a webpage by using ansible?
What are the ansible modules? Explain the different types.
How do I copy files recursively onto a target host?
How do I access shell environment variables?
Is ansible an open source tool?
What is ansible role and how are they different from the playbook?
What is ansible tower?
How would you install ansible on a centos system?
How do I handle python pathing not having a python 2.x in /usr/bin/python on a remote machine?
What are the advantages of ansible?
How can I display all the inventory vars defined for my host?
When should I use {{ }}? Also, how to interpolate variables or dynamic variable names