- name: "Copy source Splunk" get_url: url: "{{ repo_build_location }}" dest: "{{ splunk_build_location }}" become: yes become_user: root