feat: copy file
This commit is contained in:
1
opdracht-2/file.txt
Normal file
1
opdracht-2/file.txt
Normal file
@ -0,0 +1 @@
|
||||
this is a file
|
@ -17,4 +17,9 @@
|
||||
ansible.builtin.user:
|
||||
name: test
|
||||
shell: /bin/bash
|
||||
state: present
|
||||
state: present
|
||||
- name: Copy file to user folder
|
||||
ansible.builtin.copy:
|
||||
src: ./file.txt
|
||||
dest: /tmp/file.txt
|
||||
mode: '0644'
|
||||
|
Reference in New Issue
Block a user