From 1cf33d1f3a5365906141c0647d68356c2dbf27c4 Mon Sep 17 00:00:00 2001 From: Yosafat Marselino Date: Fri, 16 May 2025 05:35:08 -0400 Subject: [PATCH] update playbook --- curl_execute.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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