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"