master
JocelynPa 3 years ago
parent 9b46ab63d3
commit 3312339fb4

@ -1,6 +1,9 @@
- name: "Copy source Splunk"
get_url:
url: "{{ repo_build_location }}"
dest: "{{ splunk_build_location }}"
hosts: all_splunk_instances
tasks:
- name: "Copy"
get_url:
url: "{{ repo_build_location }}"
dest: "{{ splunk_build_location }}"
become: yes
become_user: root
Loading…
Cancel
Save