Skip to content
This repository was archived by the owner on Dec 26, 2020. It is now read-only.

Commit 08995ce

Browse files
authored
Merge pull request #117 from wschaft/master
added check_mode: no to "get openssh-version" task, so it won't fail …
2 parents dfcade9 + b429a96 commit 08995ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
shell: ssh -V 2>&1 | sed -r 's/.*_([0-9]*\.[0-9]).*/\1/g'
1212
changed_when: false
1313
register: sshd_version
14+
check_mode: no
1415

1516
- name: set hostkeys according to openssh-version
1617
set_fact:

0 commit comments

Comments
 (0)