homeserver/roles/mgrote_fluxcd/handlers/main.yml

7 lines
161 B
YAML
Raw Normal View History

---
- name: flux install
ansible.builtin.command: "{{ flux_homedir }}/bootstrap.sh" # noqa no-changed-when
become_user: "{{ flux_user }}"
become: true
...