build-all

This commit is contained in:
2026-05-19 23:50:37 +02:00
parent aea1cc5b05
commit 00b52b6fc3
3 changed files with 161 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
- name: Restart sshd
ansible.builtin.service:
name: sshd
state: restarted