blob: adf55a995ce72c7fe65d320300423bd5ac9a6cdd [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
Mohammed Naser71ebfe82022-12-28 05:28:16 +000010 ansible.builtin.command: flux install {% if atmosphere_image_repository %}--registry={{ atmosphere_image_repository }}{% endif %}