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
|
- name: See if the alacritty termcap has been added
|
||||||
lineinfile:
|
lineinfile:
|
||||||
name: /usr/share/misc/termcap
|
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…
Reference in New Issue
Block a user