bunch of stuff
This commit is contained in:
parent
a832a46772
commit
66b7a0ee5f
16 changed files with 239 additions and 111 deletions
6
ansible/roles/packages/tasks/debian.yml
Normal file
6
ansible/roles/packages/tasks/debian.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
- name: Install Debian packages
|
||||
package:
|
||||
name:
|
||||
- qalculate-gtk
|
||||
- rofi-dev
|
||||
state: present
|
||||
Loading…
Add table
Add a link
Reference in a new issue