Add umask and unbound.
This commit is contained in:
parent
01e2d3d825
commit
16ec8e68ae
|
|
@ -1,7 +1,7 @@
|
|||
namespace: "robertdebock"
|
||||
name: "development_environment"
|
||||
description: Install everything you need to develop Ansible roles.
|
||||
version: "2.0.1"
|
||||
version: "2.0.2"
|
||||
readme: "README.md"
|
||||
authors:
|
||||
- "Robert de Bock"
|
||||
|
|
|
|||
|
|
@ -323,6 +323,10 @@ git_repositories:
|
|||
dest: ansible-role-unbound
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-ulimit.git
|
||||
dest: ansible-role-ulimit
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-umask.git
|
||||
dest: ansible-role-umask
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-unbound.git
|
||||
dest: ansible-role-unbound
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-users.git
|
||||
dest: ansible-role-users
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-vagrant.git
|
||||
|
|
|
|||
Loading…
Reference in New Issue