9 lines
178 B
YAML
Raw Normal View History

2023-04-01 16:23:45 -07:00
- name: Install engineering arch packages
pacman:
name:
- freecad # General purpose 3D CAD modeler
- superslicer
2023-05-06 23:13:04 -07:00
- gqrx
2023-04-01 16:23:45 -07:00
state: present
become: true