mirror of
https://github.com/bgrolleman/dotfiles.git
synced 2025-12-06 05:45:24 +01:00
Adding my desktop configuration
This commit is contained in:
17
ansible.desktop/tasks/base_packages.yml
Normal file
17
ansible.desktop/tasks/base_packages.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
- name: Install base packages
|
||||
become: true
|
||||
apt:
|
||||
name:
|
||||
- ansible
|
||||
- vim
|
||||
- git
|
||||
- tmux
|
||||
|
||||
- name: Capture Tools
|
||||
become: true
|
||||
apt:
|
||||
name:
|
||||
- flameshot
|
||||
- peek
|
||||
- obs-studio
|
||||
Reference in New Issue
Block a user