Advertisement
Guest User

Untitled

a guest
Apr 19th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. value: |
  2. {% set comma = joiner(",") %}
  3. {% for loopcount in item.AppRecords -%}
  4. "{{ comma() }}{{ item.AppRecords[loopcount].Name }}"
  5. {%- endfor %}
  6.  
  7.  
  8. FAILED! => {"failed": true, "msg": "The task includes an option with an undefined variable. The error was: list object has no element {u'Name': u'mysql'}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement