Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. "hostvars['localhost']['ports_create_jobs']['results']": [
  2. {...},{...}, # results I don't care about
  3. {
  4. [...], # job information
  5. },
  6. "item": {
  7. [...] # item information bla
  8. "item": [
  9. {
  10. [...] # more uninteresting stuff ...
  11. },
  12. {
  13. "extra_dhcp_opts": [
  14. {
  15. "test": false # I need this value
  16. }
  17. ],
  18. [...]
  19. },
  20. [....]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement