initial commit
This commit is contained in:
24
tasks/configure-software-ubuntu.yaml
Normal file
24
tasks/configure-software-ubuntu.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
- name: Package Installation - Update Apt package cache
|
||||
apt:
|
||||
update_cache: true
|
||||
changed_when: false
|
||||
|
||||
- name: Package Installation - Productivity Tools
|
||||
package:
|
||||
name: ["gnome-terminal", "ranger", "mousepad"]
|
||||
state: present
|
||||
|
||||
- name: Package Installation - Development Tools
|
||||
package:
|
||||
name: ["binutils"]
|
||||
state: present
|
||||
|
||||
- name: Package Installation - Media
|
||||
package:
|
||||
name: ["flameshot", "imagemagick", "scrot"]
|
||||
state: present
|
||||
|
||||
- name: Package Installation - System Desktop
|
||||
package:
|
||||
name: ["rofi", "nitrogen", "dunst", "i3blocks"]
|
||||
state: present
|
||||
Reference in New Issue
Block a user