Commit 2be68a5b authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: use new ansible layout

parent 42f872ac
Loading
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -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"

roles/requirements.yml

0 → 100644
+6 −0
Original line number Diff line number Diff line
---

roles:
  - name: "omni"
    src: "https://gitlab.simoncor.net/ansible/ans-omni.git"
    scm: "git"