Add vault_initialize.
This commit is contained in:
parent
51fb629621
commit
0ffc6226be
|
|
@ -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.3"
|
version: "2.4.4"
|
||||||
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_initialize.git
|
||||||
|
dest: ansible-role-vault_initialize
|
||||||
- repo: ssh://git@github.com/robertdebock/ansible-role-vault_snapshot.git
|
- repo: ssh://git@github.com/robertdebock/ansible-role-vault_snapshot.git
|
||||||
dest: ansible-role-vault_snapshot
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue