Add a FreeBSD build role.

This commit is contained in:
Tom Alexander
2022-10-15 21:40:41 -04:00
parent 22ec0d596c
commit ef37320b61
18 changed files with 206 additions and 1 deletions

View File

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