Add some packages to the FreeBSD base role.

This commit is contained in:
Tom Alexander 2022-10-12 20:30:11 -04:00
parent bb58d914f5
commit f20dd66d88
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
3 changed files with 26 additions and 0 deletions

View File

@ -1,3 +1,18 @@
- name: Install packages
package:
name:
- rsync
- bash
- tmux
- lsof
- mg
- htop
- tree
- curl
- pstree
- ncdu
state: present
- name: See if the alacritty termcap has been added
lineinfile:
name: /usr/share/misc/termcap

View File

@ -0,0 +1,5 @@
# - name: Install packages
# package:
# name:
# - foo
# state: present

View File

@ -0,0 +1,6 @@
# - name: Install packages
# pacman:
# name:
# - foo
# state: present
# update_cache: true