Guest User

Untitled

a guest
Aug 10th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. - hosts: localhost
  2.  
  3. tasks:
  4. - name: Test that my module works
  5. version_change:
  6. version_name: "Before"
  7. version_no: 1.1.1
  8. unchanged_value: "This will pass through"
  9. register: result
  10.  
  11. - debug: var=result
Add Comment
Please, Sign In to add comment