Add lsb-release to common packages

This commit is contained in:
Patrick Neff 2022-01-25 10:35:39 +01:00
parent bb16a1d323
commit 8c966bbb70
2 changed files with 2 additions and 1 deletions

View File

@ -25,4 +25,5 @@
- whois - whois
- fzf - fzf
- nano - nano
- lsb_release
state: present state: present

View File

@ -1 +1 @@
- include_tasks: "{{ ansible_facts['lsb']['id'] }}.yml" - include_tasks: "{{ ansible_distribution }}.yml"