parent
bf6245174b
commit
6b1d55b944
@ -1,12 +0,0 @@ |
||||
--- |
||||
- hosts: localhost |
||||
tasks: |
||||
|
||||
- name: 'Call "id"' |
||||
command: id |
||||
|
||||
- name: Copy a file |
||||
copy: src=test.txt dest=/tmp/test.txt backup=yes |
||||
|
||||
- name: 'Call "cat /tmp/test.txt"' |
||||
command: cat /tmp/test.txt |
||||
Loading…
Reference in new issue