Skip to content

Commit

Permalink
fix leftover from f08c366
Browse files Browse the repository at this point in the history
  • Loading branch information
macno committed Dec 3, 2023
1 parent 1c34370 commit 416af90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/sshd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 416af90

Please sign in to comment.