Add package installs for different Debian versions
This commit is contained in:
parent
a91112fa71
commit
77c84cec52
|
@ -163,7 +163,21 @@
|
||||||
- "wireshark-common wireshark-common/install-setuid boolean true"
|
- "wireshark-common wireshark-common/install-setuid boolean true"
|
||||||
tags: base-packages
|
tags: base-packages
|
||||||
|
|
||||||
- name: install common packages (all arch)
|
- name: install common packages (buster)
|
||||||
|
apt:
|
||||||
|
name:
|
||||||
|
- python
|
||||||
|
when: debian_codename == 'buster'
|
||||||
|
tag: base-packages
|
||||||
|
|
||||||
|
- name: install common packages (bullseye)
|
||||||
|
apt:
|
||||||
|
name:
|
||||||
|
- python-is-python3
|
||||||
|
when: debian_codename == 'bullseye'
|
||||||
|
tag: base-packages
|
||||||
|
|
||||||
|
- name: install common packages (all versions)
|
||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
- debconf-utils
|
- debconf-utils
|
||||||
|
|
Loading…
Reference in New Issue