Add the FreeBSD graphics role.

This commit is contained in:
Tom Alexander
2022-10-15 21:51:43 -04:00
parent cc3dc6799f
commit 0a82fce8d5
12 changed files with 94 additions and 0 deletions

View File

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