Skip to content
Snippets Groups Projects
Commit 96d1f20f authored by ale's avatar ale
Browse files

Do not install ssh-key-wtmp on bullseye (not available)

parent f80b56ac
No related branches found
No related tags found
No related merge requests found
Pipeline #62856 passed
......@@ -140,7 +140,7 @@
- set_fact:
ssh_packages:
- ssh-key-wtmp
when: "enable_ssh"
when: "enable_ssh and float_debian_dist != 'bullseye'"
- set_fact:
extra_packages:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment