blob: ff1b37a8d266054ed2af0230352e9cd0f73165e8 [file] [log] [blame]
Mohammed Naserc8e1a452022-08-11 16:16:13 -04001- name: Install Flux CLI
2 ansible.builtin.unarchive:
3 src: https://github.com/fluxcd/flux2/releases/download/v0.32.0/flux_0.32.0_linux_amd64.tar.gz
4 dest: /usr/local/bin
5 remote_src: true
6
7- name: Install Flux to cluster
8 run_once: true
9 changed_when: false
okozachenko120381cf6ab2022-12-29 02:09:53 +110010 ansible.builtin.command: flux install {% if atmosphere_image_repository is defined %}--registry={{ atmosphere_image_repository }}{% endif %}