Add container_docs.
This commit is contained in:
parent
18e77e55e3
commit
ac39d7dff5
|
|
@ -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: "1.1.10"
|
version: "1.1.11"
|
||||||
readme: "README.md"
|
readme: "README.md"
|
||||||
authors:
|
authors:
|
||||||
- "Robert de Bock"
|
- "Robert de Bock"
|
||||||
|
|
|
||||||
|
|
@ -75,6 +75,8 @@ git_repositories:
|
||||||
dest: ansible-role-cntlm
|
dest: ansible-role-cntlm
|
||||||
- repo: ssh://git@github.com/robertdebock/ansible-role-common.git
|
- repo: ssh://git@github.com/robertdebock/ansible-role-common.git
|
||||||
dest: ansible-role-common
|
dest: ansible-role-common
|
||||||
|
- repo: ssh://git@github.com/robertdebock/ansible-role-container_docs.git
|
||||||
|
dest: ansible-role-container_docs
|
||||||
- repo: ssh://git@github.com/robertdebock/ansible-role-cron.git
|
- repo: ssh://git@github.com/robertdebock/ansible-role-cron.git
|
||||||
dest: ansible-role-cron
|
dest: ansible-role-cron
|
||||||
- repo: ssh://git@github.com/robertdebock/ansible-role-dhcpd.git
|
- repo: ssh://git@github.com/robertdebock/ansible-role-dhcpd.git
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue