no ssh restart - unclear error in ansible playbook run

This commit is contained in:
olli 2024-10-23 09:09:53 +02:00
parent 851ad1bfd6
commit 8ca5d41755

View File

@ -45,8 +45,8 @@
AddressFamily any AddressFamily any
backup: yes backup: yes
validate: /usr/sbin/sshd -T -f %s validate: /usr/sbin/sshd -T -f %s
notify: # notify:
- Restart sshd # - Restart sshd
when: nocontainer.stat.exists == true when: nocontainer.stat.exists == true
- name: Disable external sftp-Subsystem - name: Disable external sftp-Subsystem
@ -56,16 +56,16 @@
replace: '#\1' replace: '#\1'
validate: /usr/sbin/sshd -T -f %s validate: /usr/sbin/sshd -T -f %s
backup: yes backup: yes
notify: # notify:
- Restart sshd # - Restart sshd
when: nocontainer.stat.exists == true when: nocontainer.stat.exists == true
handlers: # handlers:
#
- name: Restart sshd # - name: Restart sshd
service: # service:
name: sshd # name: sshd
state: restarted # state: restarted