Enable SSH access on ikaros

This commit is contained in:
Fabio Scotto di Santolo
2026-04-09 16:55:01 +02:00
parent 5d6e708c31
commit 5d979d0bbb
4 changed files with 130 additions and 1 deletions

View File

@@ -17,3 +17,9 @@
when:
- not ansible_check_mode
- not (desktop_restart_emptty_automatically | default(false))
- name: Reload SSH service
listen: Reload SSH service
ansible.builtin.command: sv reload sshd
changed_when: true
when: not ansible_check_mode