parent
9b46ab63d3
commit
3312339fb4
@ -1,6 +1,9 @@
|
|||||||
- name: "Copy source Splunk"
|
- name: "Copy source Splunk"
|
||||||
get_url:
|
hosts: all_splunk_instances
|
||||||
url: "{{ repo_build_location }}"
|
tasks:
|
||||||
dest: "{{ splunk_build_location }}"
|
- name: "Copy"
|
||||||
|
get_url:
|
||||||
|
url: "{{ repo_build_location }}"
|
||||||
|
dest: "{{ splunk_build_location }}"
|
||||||
become: yes
|
become: yes
|
||||||
become_user: root
|
become_user: root
|
||||||
Loading…
Reference in new issue