Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. ....
  2. response = {
  3. "hello": "world",
  4. "ansible_facts" : {
  5. "my_data": "xjfdks"
  6. }
  7. }
  8. module.exit_json(changed=False, meta=response)
  9.  
  10. - my_module
  11. - debug: msg="My new fact {{ my_data }}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement