From 673de3613d3036b9c42418320ca2140e079e12d6 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 3 Oct 2025 11:29:56 +0200 Subject: [PATCH] feat: use new ansible layout --- playbook.yaml | 2 +- roles/requirements.yml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 roles/requirements.yml diff --git a/playbook.yaml b/playbook.yaml index 630ffdb..621015c 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -5,4 +5,4 @@ hosts: "all" become: true roles: - - role: "." + - role: "atuin" diff --git a/roles/requirements.yml b/roles/requirements.yml new file mode 100644 index 0000000..0a2625d --- /dev/null +++ b/roles/requirements.yml @@ -0,0 +1,6 @@ +--- + +roles: + - name: "atuin" + src: "https://gitlab.simoncor.net/ansible/ans-atuin.git" + scm: "git"