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"