feat: use new ansible layout

This commit is contained in:
Simon Cornet 2025-10-03 11:30:36 +02:00
commit 2be68a5bc2
2 changed files with 8 additions and 6 deletions

View file

@ -4,9 +4,5 @@
- 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: "."
roles:
- role: "omni"