Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.21 KB | None | 0 0
  1.  - debug:
  2.       msg: "{{ (item | from_json).appId }}"
  3.     loop: "{{ servicePrincipleResult.stdout }}"
  4.  
  5. Error message:
  6. fatal: [host.azure.com]: FAILED! => {"msg": "'dict object' has no attribute 'stdout'"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement