diff --git a/curl_execute.yaml b/curl_execute.yaml index e422517..a12be1c 100644 --- a/curl_execute.yaml +++ b/curl_execute.yaml @@ -15,8 +15,7 @@ dest: "/tmp/downloaded_scripts/{{ item.name }}" mode: '0755' # Make executable loop: - - { name: 'script1.sh', url: 'https://example.com/scripts/script1.sh' } - - { name: 'script2.sh', url: 'https://example.com/scripts/script2.sh' } + - { name: 'script1.sh', url: 'https://git.nnag.me/infidel/jenkins-smo-autodeployment/raw/branch/master/test-scripts/install_k8s.sh' } register: downloaded_scripts - name: Execute downloaded scripts