Advertisement
Guest User

Untitled

a guest
Mar 27th, 2016
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. - module_x:
  2. do_stuff: True
  3. environment:
  4. password: SECRET
  5. username: my_username
  6.  
  7. - copy:
  8. content: "passwowrd=secret\nusername=my_username\nexport password my_username"
  9. dest: "~/.profile"
  10. - module_x:
  11. do_stuff: True
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement