blob: adf55a995ce72c7fe65d320300423bd5ac9a6cdd [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 %}--registry={{ atmosphere_image_repository }}{% endif %}