initial push

This commit is contained in:
suu
2025-03-12 13:55:27 +01:00
commit 9f90c494ea
88 changed files with 2343 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
---
- name: Restart code-server
become: yes
systemd:
daemon-reload: yes
name: code-server
state: restarted
# We mark the service as Type=notify to auto restart it routinely,
# but it's actually Type=simple, so "no_block: yes" here to avoid stuck.
no_block: yes
when: code_server_configure_service