mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 23:49:56 +00:00
Enable SSH access on ikaros
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user