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

Commit 4ba86e1

Browse files
authored
Merge pull request #93 from jbenden/deprecated-always_run
Replace deprecated always_run with check_mode
2 parents 490be55 + 00aa9ea commit 4ba86e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
shell: awk '$5 < {{ sshd_moduli_minimum }}' /etc/ssh/moduli
4545
register: sshd_register_moduli
4646
changed_when: false
47-
always_run: True
47+
check_mode: no
4848

4949
- name: remove all small primes
5050
shell: awk '$5 >= {{ sshd_moduli_minimum }}' /etc/ssh/moduli > /etc/ssh/moduli.new ;

0 commit comments

Comments
 (0)