From ea08ec991dca8b631121c4536c33cd9c80df7e25 Mon Sep 17 00:00:00 2001 From: L3D Date: Thu, 11 Mar 2021 00:26:37 +0100 Subject: [PATCH] name all tasks --- tasks/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 06f0f5e..b94a4b3 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -30,7 +30,8 @@ sshd__version_is_above_eight: true when: ansible_facts.packages[sshd__package][0].version is version('8.0', '>=') rescue: - - ansible.builtin.debug: + - name: leave notice if version detection failed + ansible.builtin.debug: msg: "Failed to detect ssh version. Set sshd__version_is_above_eight to true if you want to experience new config features from sshd version 8" - name: manage ssh host keys