Add vault_snapshot.
This commit is contained in:
parent
5d8cd912e9
commit
51fb629621
|
|
@ -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: "2.4.2"
|
version: "2.4.3"
|
||||||
readme: "README.md"
|
readme: "README.md"
|
||||||
authors:
|
authors:
|
||||||
- "Robert de Bock"
|
- "Robert de Bock"
|
||||||
|
|
|
||||||
|
|
@ -403,6 +403,8 @@ git_repositories:
|
||||||
dest: ansible-role-vault
|
dest: ansible-role-vault
|
||||||
- repo: ssh://git@github.com/robertdebock/ansible-role-vault_configuration.git
|
- repo: ssh://git@github.com/robertdebock/ansible-role-vault_configuration.git
|
||||||
dest: ansible-role-vault_configuration
|
dest: ansible-role-vault_configuration
|
||||||
|
- repo: ssh://git@github.com/robertdebock/ansible-role-vault_snapshot.git
|
||||||
|
dest: ansible-role-vault_snapshot
|
||||||
- repo: ssh://git@github.com/robertdebock/ansible-role-vdo.git
|
- repo: ssh://git@github.com/robertdebock/ansible-role-vdo.git
|
||||||
dest: ansible-role-vdo
|
dest: ansible-role-vdo
|
||||||
- repo: ssh://git@github.com/robertdebock/ansible-role-virtualbox.git
|
- repo: ssh://git@github.com/robertdebock/ansible-role-virtualbox.git
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue