Deprecate vault_no_pacakge, use vault_configration.
This commit is contained in:
parent
08ba694471
commit
d069d194c1
|
|
@ -1,7 +1,7 @@
|
|||
namespace: "robertdebock"
|
||||
name: "development_environment"
|
||||
description: Install everything you need to develop Ansible roles.
|
||||
version: "2.4.0"
|
||||
version: "2.4.1"
|
||||
readme: "README.md"
|
||||
authors:
|
||||
- "Robert de Bock"
|
||||
|
|
|
|||
|
|
@ -399,8 +399,8 @@ git_repositories:
|
|||
dest: ansible-role-vagrant
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-vault.git
|
||||
dest: ansible-role-vault
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-vault_no_package.git
|
||||
dest: ansible-role-vault_no_package
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-vault_configuration.git
|
||||
dest: ansible-role-vault_configuration
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-vdo.git
|
||||
dest: ansible-role-vdo
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-virtualbox.git
|
||||
|
|
|
|||
Loading…
Reference in New Issue