- 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