fix: Do not require lsb-release on Debian (#154)

master
Andrew Johnson 3 years ago committed by GitHub
parent 4e5adac691
commit f624b439e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -31,7 +31,7 @@
when:
- ('-cloud-' not in ansible_kernel)
when:
- ansible_lsb.major_release is version('11', '<')
- ansible_distribution_major_version is version('11', '<')
- name: (Debian) Install WireGuard packages
ansible.builtin.apt:

Loading…
Cancel
Save