ali_khawaja

iterate over list of dicts

Jun 9th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. sp_svc_accounts:
  2. install:
  3. account: 'sp_install'
  4. farm:
  5. account: 'sp_farm'
  6.  
  7. -------------
  8. - debug:
  9. msg: "{{item.account}}"
  10. with_items: "{{sp_svc_accounts}}"
Advertisement
Add Comment
Please, Sign In to add comment