Skip to content

Commit

Permalink
Merge pull request #21 from punktDe/only-edit-ssh-config-on-linux
Browse files Browse the repository at this point in the history
Only modify the SSH configuration on Linux
  • Loading branch information
medanthelinium authored Nov 18, 2024
2 parents 5d351ad + 15d6865 commit d5a1f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ system:
precise_timestamps: no
features:
rsyslog: "{{ ansible_system == 'Linux' }}"
sshd: yes
sshd: "{{ ansible_system == 'Linux' }}"
proserver_fact: no
hostname: yes
timezone: yes
Expand Down

0 comments on commit d5a1f4d

Please sign in to comment.