build-all

This commit is contained in:
2026-05-19 16:38:35 +02:00
parent 7804f08a7c
commit aff852dab3
8 changed files with 181 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
- name: Restart sshd
ansible.builtin.service:
name: sshd
state: restarted