Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - hosts: all
- tasks:
- - name: Create and fill with content file with rules for net-setup-link
- copy:
- dest: "/home/user/test.txt"
- force: True
- content: |
- 1 line
- 2 line
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement