Michael Grote
e8d7c61ff2
Reviewed-on: #607 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
6 lines
161 B
YAML
6 lines
161 B
YAML
---
|
|
- name: flux install
|
|
ansible.builtin.command: "{{ flux_homedir }}/bootstrap.sh" # noqa no-changed-when
|
|
become_user: "{{ flux_user }}"
|
|
become: true
|
|
...
|