ansible-hacklab-desktop/roles/desktop_apps/tasks/main.yml

21 lines
330 B
YAML
Raw Normal View History

2018-06-02 22:03:27 +00:00
- name: Install Hacklab Desktop packages
apt:
name: "{{ item }}"
state: present
with_items:
- firefox
- inkscape
- arduino
- librecad
- vlc
- ffmpeg
- gimp
2019-03-09 14:36:16 +00:00
- name: Install Hacklab CLI packages
apt:
name: "{{ item }}"
state: present
with_items:
- exfat-utils
2019-04-10 20:45:25 +00:00
- minicom