Add a fuse role.

This commit is contained in:
Tom Alexander
2022-10-30 00:19:38 -04:00
parent 449f04259c
commit 5be80474bb
9 changed files with 61 additions and 0 deletions

View File

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