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