Files
circleci-server3/roles/kots/tasks/main.yml
Michael Marquez 8a5d60cce4 First Commit
2021-04-19 01:22:42 -04:00

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