update playbook
This commit is contained in:
parent
271d63fe6c
commit
1cf33d1f3a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user