homeserver/friedhof/mgrote_fluxcd/handlers/main.yml
Michael Grote e8d7c61ff2 Abbau k3s4 (#607)
Reviewed-on: #607
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Co-committed-by: Michael Grote <michael.grote@posteo.de>
2023-11-21 21:20:53 +01:00

7 lines
161 B
YAML

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