Checkpoint

This commit is contained in:
Jonathan Cremin 2024-02-02 15:40:15 +00:00
parent c501435876
commit 6f5266b63d
42 changed files with 652 additions and 136 deletions

View file

@ -0,0 +1,8 @@
---
- name: enable boost
systemd:
name: boost
enabled: yes
state: started
become: yes