Set up home server.

This commit is contained in:
Tom Alexander
2024-04-22 17:23:20 -04:00
parent f1b3e3a81f
commit 32eca75f4e
25 changed files with 398 additions and 54 deletions

View File

@@ -1,9 +1,17 @@
- name: Install packages
when: install_graphics
package:
name:
- emacs
state: present
- name: Install packages
when: not install_graphics
package:
name:
- emacs-nox
state: present
- name: Install packages
when: 'emacs_flavor == "full"'
package: