Files
myi3/tasks/configure-software-manjaro.yaml
2026-02-14 21:23:19 +01:00

25 lines
594 B
YAML

- name: Package Installation - Update Pacman package cache
pacman:
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