blob: ff1b37a8d266054ed2af0230352e9cd0f73165e8 [file] [log] [blame]
- name: Install Flux CLI
ansible.builtin.unarchive:
src: https://github.com/fluxcd/flux2/releases/download/v0.32.0/flux_0.32.0_linux_amd64.tar.gz
dest: /usr/local/bin
remote_src: true
- name: Install Flux to cluster
run_once: true
changed_when: false
ansible.builtin.command: flux install {% if atmosphere_image_repository is defined %}--registry={{ atmosphere_image_repository }}{% endif %}