Add collabora_online.
This commit is contained in:
parent
2f98bd7bb9
commit
87565a6c53
|
|
@ -1,7 +1,7 @@
|
||||||
namespace: "robertdebock"
|
namespace: "robertdebock"
|
||||||
name: "development_environment"
|
name: "development_environment"
|
||||||
description: Install everything you need to develop Ansible roles.
|
description: Install everything you need to develop Ansible roles.
|
||||||
version: "2.1.1"
|
version: "2.1.2"
|
||||||
readme: "README.md"
|
readme: "README.md"
|
||||||
authors:
|
authors:
|
||||||
- "Robert de Bock"
|
- "Robert de Bock"
|
||||||
|
|
|
||||||
|
|
@ -91,6 +91,8 @@ git_repositories:
|
||||||
dest: ansible-role-common
|
dest: ansible-role-common
|
||||||
- repo: ssh://git@github.com/robertdebock/ansible-role-container_docs.git
|
- repo: ssh://git@github.com/robertdebock/ansible-role-container_docs.git
|
||||||
dest: ansible-role-container_docs
|
dest: ansible-role-container_docs
|
||||||
|
- repo: ssh://git@github.com/robertdebock/ansible-role-collabora_online.git
|
||||||
|
dest: ansible-role-collabora_online
|
||||||
- repo: ssh://git@github.com/robertdebock/ansible-role-consul.git
|
- repo: ssh://git@github.com/robertdebock/ansible-role-consul.git
|
||||||
dest: ansible-role-consul
|
dest: ansible-role-consul
|
||||||
- repo: ssh://git@github.com/robertdebock/ansible-role-core_dependencies.git
|
- repo: ssh://git@github.com/robertdebock/ansible-role-core_dependencies.git
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue