Add lvm.
This commit is contained in:
parent
1df43946d2
commit
4cf8372b62
|
|
@ -1,7 +1,7 @@
|
|||
namespace: "robertdebock"
|
||||
name: "development_environment"
|
||||
description: Install everything you need to develop Ansible roles.
|
||||
version: "2.0.16"
|
||||
version: "2.0.17"
|
||||
readme: "README.md"
|
||||
authors:
|
||||
- "Robert de Bock"
|
||||
|
|
|
|||
|
|
@ -195,6 +195,8 @@ git_repositories:
|
|||
dest: ansible-role-logwatch
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-luks.git
|
||||
dest: ansible-role-luks
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-lvm.git
|
||||
dest: ansible-role-lvm
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-lynis.git
|
||||
dest: ansible-role-lynis
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-maintenance.git
|
||||
|
|
|
|||
Loading…
Reference in New Issue