First Commit
This commit is contained in:
8
roles/kots/tasks/main.yml
Normal file
8
roles/kots/tasks/main.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
- name: Download KOTS Install Script
|
||||
get_url:
|
||||
url: https://kots.io/install
|
||||
dest: /tmp/install_kots.sh
|
||||
mode: 0444
|
||||
|
||||
- name: Install KOTS
|
||||
command: bash /tmp/install_kots.sh
|
||||
Reference in New Issue
Block a user