Advertisement
Guest User

Untitled

a guest
Nov 19th, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. State -
  2. <Data>
  3. {% for access, args in pillar.get('disks', {}).items() -%}
  4. < "{{ args }}" />
  5. {% endfor -%}
  6. </Data>
  7.  
  8. Output -
  9. <Data>
  10. < "J" />
  11. </Data>
  12.  
  13. I would like that the output will be -
  14. <Data>
  15. < "J" />
  16. </Data>
  17.  
  18. Please look on the indentation of the last line "</Data>"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement