Add awx_configuration.
This commit is contained in:
parent
63205b3e30
commit
3d88504aef
|
|
@ -1,7 +1,7 @@
|
|||
namespace: "robertdebock"
|
||||
name: "development_environment"
|
||||
description: Install everything you need to develop Ansible roles.
|
||||
version: "2.2.5"
|
||||
version: "2.3.0"
|
||||
readme: "README.md"
|
||||
authors:
|
||||
- "Robert de Bock"
|
||||
|
|
|
|||
|
|
@ -61,6 +61,8 @@ git_repositories:
|
|||
dest: ansible-role-autofs
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-auto_update.git
|
||||
dest: ansible-role-auto_update
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-awx_configuration.git
|
||||
dest: ansible-role-awx_configuration
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-azure_cli.git
|
||||
dest: ansible-role-azure_cli
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-backup.git
|
||||
|
|
|
|||
Loading…
Reference in New Issue