workstation/roles/netbsd/tasks/packages-gui.yml

30 lines
854 B
YAML
Raw Normal View History

---
# Copyright 2021 Anthony Perkins
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
- name: Install GUI packages
become: true
2021-02-19 20:32:22 +00:00
community.general.pkgin:
2019-11-23 13:19:08 +00:00
name: '{{ packages }}'
state: present
2019-11-23 13:19:08 +00:00
vars:
packages:
- adwaita-icon-theme
2019-12-19 23:10:43 +00:00
- emacs
2019-11-23 13:19:08 +00:00
- firefox
2020-10-03 12:50:32 +00:00
- gettext-lib
2019-11-23 13:19:08 +00:00
- liberation-ttf
2020-10-22 09:00:25 +00:00
- xfce4
2019-11-23 13:19:08 +00:00
- vim-gtk3