ansible-training-test/playbooks/tasks/copy_file_to_tmp.yml

6 lines
95 B
YAML
Raw Permalink Normal View History

2018-07-27 10:01:50 +02:00
- name: "Copy {{ file }} to /tmp"
copy:
src: "{{ file }}"
dest: /tmp/
mode: 0755