fix: Do not require lsb-release on Debian (#154)
This commit is contained in:
parent
4e5adac691
commit
f624b439e6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue