Split the package install into two tasks

This should hopefully make it a bit faster to get started.
This commit is contained in:
Anthony Rose 2019-10-10 23:46:40 +01:00
parent 6f7cf93e68
commit a0effdf15f

View file

@ -1,30 +1,29 @@
--- ---
- name: Install FreeBSD packages - name: Install FreeBSD core packages
become: true
pkgng:
name: drm-kmod en-freebsd-doc git mate pkg py36-ansible sudo xdm xorg xterm
state: present
- name: Install FreeBSD additional packages
become: true become: true
pkgng: pkgng:
name: '{{ packages }}' name: '{{ packages }}'
state: present state: present
vars: vars:
packages: packages:
- drm-kmod
- emacs - emacs
- en-freebsd-doc
- firefox-esr - firefox-esr
- fusefs-ntfs - fusefs-ntfs
- galculator - galculator
- git
- git-gui - git-gui
- gnu-watch - gnu-watch
- gnupg - gnupg
- iosevka - iosevka
- mate
- mc - mc
- mpv - mpv
- nextcloudclient - nextcloudclient
- nmap - nmap
- openvpn - openvpn
- pkg
- py36-ansible
- redshift - redshift
- remmina - remmina
- remmina-plugin-rdp - remmina-plugin-rdp
@ -32,10 +31,7 @@
- rxvt-unicode - rxvt-unicode
- seahorse - seahorse
- sqlite3 - sqlite3
- sudo
- tmux - tmux
- vim - vim
- xinput - xinput
- xorg
- xterm
- zsh - zsh