12 lines
242 B
YAML
12 lines
242 B
YAML
---
|
|
|
|
# execute this role
|
|
- name: "install and configure SideroLabs's Omni"
|
|
hosts: "all"
|
|
become: true
|
|
tasks:
|
|
|
|
# execute role
|
|
- name: "install and configure SideroLabs's Omni"
|
|
ansible.builtin.include_role:
|
|
name: "."
|