Adding grub.
This commit is contained in:
parent
96c1620fbd
commit
b7e75a8475
|
|
@ -1,7 +1,7 @@
|
|||
namespace: "robertdebock"
|
||||
name: "development_environment"
|
||||
description: Install everything you need to develop Ansible roles.
|
||||
version: "1.4.5"
|
||||
version: "1.4.6"
|
||||
readme: "README.md"
|
||||
authors:
|
||||
- "Robert de Bock"
|
||||
|
|
|
|||
|
|
@ -137,6 +137,8 @@ git_repositories:
|
|||
dest: ansible-role-go
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-gotop.git
|
||||
dest: ansible-role-gotop
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-grub.git
|
||||
dest: ansible-role-grub
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-haproxy.git
|
||||
dest: ansible-role-haproxy
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-haveged.git
|
||||
|
|
|
|||
Loading…
Reference in New Issue