1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_linux_desktop_setup.git synced 2024-09-14 19:54:51 +02:00

Install some usefull packages

This commit is contained in:
L3D 2018-11-17 21:23:15 +01:00
parent 29fb1f4aee
commit 75b14dc835
Signed by: l3d
GPG key ID: CD08445BFF4313D1
3 changed files with 14 additions and 0 deletions

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "roles/workstation_packages"]
path = roles/workstation_packages
url = https://github.com/DO1JLR/role_install_workstaton_packages.git

@ -0,0 +1 @@
Subproject commit 42d94aa4617b50033e9365152c4f2c0f720642b9

10
setup.yml Normal file
View file

@ -0,0 +1,10 @@
---
- name: Install useful packages
hosts: thinkpad
tags:
- packages
roles:
- workstation_packages