Advertisement
Guest User

Untitled

a guest
Jul 17th, 2020
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. - hosts: all
  2. tasks:
  3. - name: Create and fill with content file with rules for net-setup-link
  4. copy:
  5. dest: "/home/user/test.txt"
  6. force: True
  7. content: |
  8. 1 line
  9. 2 line
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement