From cd8e6a7e53347fa1ed6b89f8cd5178a98001bde2 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 3 Oct 2025 11:30:05 +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 a2c9c44..cf52a52 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -6,4 +6,4 @@ serial: 2 become: true roles: - - role: "." + - role: "common" diff --git a/roles/requirements.yml b/roles/requirements.yml new file mode 100644 index 0000000..2055ad1 --- /dev/null +++ b/roles/requirements.yml @@ -0,0 +1,6 @@ +--- + +roles: + - name: "common" + src: "https://gitlab.simoncor.net/ansible/ans-common.git" + scm: "git"