Commit bffde498 authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: add docker as dependancy

parent 541c0d70
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -5,4 +5,5 @@ galaxy_info:
  description: "install and configure an pangolin server"
  license: "MIT"
  role_name: "pangolin"
dependencies: []
dependencies:
  - role: "docker"
+1 −0
Original line number Diff line number Diff line
@@ -5,4 +5,5 @@
  hosts: "all"
  become: true
  roles:
    - role: "docker"
    - role: "pangolin"
+3 −0
Original line number Diff line number Diff line
---

roles:
  - name: "docker"
    src: "https://gitlab.simoncor.net/ansible/ans-docker.git"
    scm: "git"
  - name: "pangolin"
    src: "https://gitlab.simoncor.net/ansible/ans-pangolin.git"
    scm: "git"