Import the FreeBSD cpu role.

This commit is contained in:
Tom Alexander
2022-10-15 19:51:54 -04:00
parent acef3d93ba
commit c41cd20865
13 changed files with 79 additions and 0 deletions

View File

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