Add some packages to the FreeBSD base role.
This commit is contained in:
parent
bb58d914f5
commit
f20dd66d88
@ -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
|
||||
|
@ -0,0 +1,5 @@
|
||||
# - name: Install packages
|
||||
# package:
|
||||
# name:
|
||||
# - foo
|
||||
# state: present
|
@ -0,0 +1,6 @@
|
||||
# - name: Install packages
|
||||
# pacman:
|
||||
# name:
|
||||
# - foo
|
||||
# state: present
|
||||
# update_cache: true
|
Loading…
x
Reference in New Issue
Block a user