Starting an emacs role.

This commit is contained in:
Tom Alexander
2022-10-19 22:52:45 -04:00
parent a8c0374828
commit a5261c1704
10 changed files with 112 additions and 0 deletions

View File

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