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:
parent
29fb1f4aee
commit
75b14dc835
3 changed files with 14 additions and 0 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "roles/workstation_packages"]
|
||||||
|
path = roles/workstation_packages
|
||||||
|
url = https://github.com/DO1JLR/role_install_workstaton_packages.git
|
1
roles/workstation_packages
Submodule
1
roles/workstation_packages
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 42d94aa4617b50033e9365152c4f2c0f720642b9
|
10
setup.yml
Normal file
10
setup.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
- name: Install useful packages
|
||||||
|
hosts: thinkpad
|
||||||
|
tags:
|
||||||
|
- packages
|
||||||
|
roles:
|
||||||
|
- workstation_packages
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue