From 416af90477c47cb8f365120e1991872805f031b1 Mon Sep 17 00:00:00 2001 From: Michele Azzolari Date: Sun, 3 Dec 2023 10:07:05 +0100 Subject: [PATCH] fix leftover from f08c36614988b8a262ff8b9d9a2ffbc5e7508717 --- tasks/sshd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/sshd.yml b/tasks/sshd.yml index d9d4fc0..a3337ad 100644 --- a/tasks/sshd.yml +++ b/tasks/sshd.yml @@ -20,7 +20,7 @@ - name: Set AuthorizedKeysCommand config snippet 2 set_fact: theo_agent_sshd_authorized_keys_command_computed: "{{ theo_agent_sshd_authorized_keys_command_computed }} -fingerprint %f" - when: sshd_current_version is version('6.9', '>=') and (sshd_current_version is version('9.4', '<') or theo_agent_version is version('0.16', '<') + when: sshd_current_version is version('6.9', '>=') and ( sshd_current_version is version('9.4', '<') or theo_agent_version is version('0.16', '<') ) - name: Set AuthorizedKeysCommand config snippet 3 set_fact: