Added CUPS.
This commit is contained in:
parent
45fd958f88
commit
09fc703c50
|
|
@ -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.11"
|
version: "2.0.12"
|
||||||
readme: "README.md"
|
readme: "README.md"
|
||||||
authors:
|
authors:
|
||||||
- "Robert de Bock"
|
- "Robert de Bock"
|
||||||
|
|
|
||||||
|
|
@ -95,6 +95,8 @@ git_repositories:
|
||||||
dest: ansible-role-core_dependencies
|
dest: ansible-role-core_dependencies
|
||||||
- repo: ssh://git@github.com/robertdebock/ansible-role-cron.git
|
- repo: ssh://git@github.com/robertdebock/ansible-role-cron.git
|
||||||
dest: ansible-role-cron
|
dest: ansible-role-cron
|
||||||
|
- repo: ssh://git@github.com/robertdebock/ansible-role-cups.git
|
||||||
|
dest: ansible-role-cups
|
||||||
- repo: ssh://git@github.com/robertdebock/ansible-role-cve_2018_19788.git
|
- repo: ssh://git@github.com/robertdebock/ansible-role-cve_2018_19788.git
|
||||||
dest: ansible-role-cve_2018_19788
|
dest: ansible-role-cve_2018_19788
|
||||||
- repo: ssh://git@github.com/robertdebock/ansible-role-debug.git
|
- repo: ssh://git@github.com/robertdebock/ansible-role-debug.git
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue