9 lines
186 B
YAML
9 lines
186 B
YAML
- 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
|