Add qemu.
This commit is contained in:
parent
56acdd5635
commit
754c4a4043
|
|
@ -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.0.9"
|
version: "2.0.10"
|
||||||
readme: "README.md"
|
readme: "README.md"
|
||||||
authors:
|
authors:
|
||||||
- "Robert de Bock"
|
- "Robert de Bock"
|
||||||
|
|
|
||||||
|
|
@ -259,6 +259,8 @@ git_repositories:
|
||||||
dest: ansible-role-powertop
|
dest: ansible-role-powertop
|
||||||
- repo: ssh://git@github.com/robertdebock/ansible-role-python_pip.git
|
- repo: ssh://git@github.com/robertdebock/ansible-role-python_pip.git
|
||||||
dest: ansible-role-python_pip
|
dest: ansible-role-python_pip
|
||||||
|
- repo: ssh://git@github.com/robertdebock/ansible-role-qemu.git
|
||||||
|
dest: ansible-role-qemu
|
||||||
- repo: ssh://git@github.com/robertdebock/ansible-role-reboot.git
|
- repo: ssh://git@github.com/robertdebock/ansible-role-reboot.git
|
||||||
dest: ansible-role-reboot
|
dest: ansible-role-reboot
|
||||||
- repo: ssh://git@github.com/robertdebock/ansible-role-redis.git
|
- repo: ssh://git@github.com/robertdebock/ansible-role-redis.git
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue