ansible-labs/030.Task_Inclusion/solution/tasks/copy_file.yml

5 lines
102 B
YAML
Raw Normal View History

2018-08-01 10:12:16 +02:00
- name: Copy myFile.txt to all hosts
copy:
src: "{{ playbook_dir }}/myFile.txt"
dest: /tmp/