You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
325 B

- name: Copier depuis repo
hosts: all
become: true
tasks:
- name: copy
copy:
src: /tmp/splunkforwarder-8.2.3-cd0848707637-Linux-x86_64.tgz
dest: "{{ repo_build_location_uf }}"
remote_src: yes
owner: admin
group: admin
mode: "0644"
delegate_to: 10.10.30.38