Skip to content

Commit 15d6865

Browse files
Only modify the SSH configuration on Linux
1 parent 5d351ad commit 15d6865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defaults/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ system:
1414
precise_timestamps: no
1515
features:
1616
rsyslog: "{{ ansible_system == 'Linux' }}"
17-
sshd: yes
17+
sshd: "{{ ansible_system == 'Linux' }}"
1818
proserver_fact: no
1919
hostname: yes
2020
timezone: yes

0 commit comments

Comments
 (0)