InterviewSolution
Saved Bookmarks
| 1. |
When should we use {{ }}? |
|
Answer» It is a standard rule to FOLLOW: always USE {{ }} except when. In order to RESOLVE the expression, conditionals are run through Jinja 2 hence when: failed_when: and changed_when: ATTEMPTED we must avoid adding {{ }}. |
|