feat: use new ansible layout
This commit is contained in:
parent
44d3015327
commit
673de3613d
2 changed files with 7 additions and 1 deletions
|
|
@ -5,4 +5,4 @@
|
||||||
hosts: "all"
|
hosts: "all"
|
||||||
become: true
|
become: true
|
||||||
roles:
|
roles:
|
||||||
- role: "."
|
- role: "atuin"
|
||||||
|
|
|
||||||
6
roles/requirements.yml
Normal file
6
roles/requirements.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
roles:
|
||||||
|
- name: "atuin"
|
||||||
|
src: "https://gitlab.simoncor.net/ansible/ans-atuin.git"
|
||||||
|
scm: "git"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue