Guest User

Untitled

a guest
Mar 22nd, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. foo
  2. bar
  3. test
  4. some content
  5. foo
  6. another content
  7.  
  8. anything
  9. bar
  10. test
  11. some content
  12. anything
  13. another content
  14.  
  15. anything
  16. bar
  17. test
  18. some content
  19. foo
  20. another content
  21.  
  22. ---
  23. - hosts: localhost
  24. gather_facts: False
  25.  
  26. tasks:
  27. - replace:
  28. path: /path/to/file/test.txt
  29. regexp: 'foo'
  30. replace: 'anything'
Add Comment
Please, Sign In to add comment