feat: use new ansible layout

This commit is contained in:
Simon Cornet 2025-10-03 11:29:56 +02:00
commit 673de3613d
2 changed files with 7 additions and 1 deletions

View file

@ -5,4 +5,4 @@
hosts: "all" hosts: "all"
become: true become: true
roles: roles:
- role: "." - role: "atuin"

6
roles/requirements.yml Normal file
View file

@ -0,0 +1,6 @@
---
roles:
- name: "atuin"
src: "https://gitlab.simoncor.net/ansible/ans-atuin.git"
scm: "git"