7 lines
161 B
YAML
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
|
||
|
...
|