This commit is contained in:
2021-01-23 01:54:06 +01:00
parent ce14de76cf
commit 5c62ac12d9
6 changed files with 96 additions and 29 deletions

View File

@ -230,9 +230,11 @@
- name: (apt.yml) Install Firmware packages
apt:
name: "{{ firmware_non_free_packages }}"
name: "{{ firmware_packages }}"
state: present
default_release: "{{ ansible_distribution_release }}"
when:
- ansible_facts['distribution'] == "Debian"
tags:
- apt-initial-install
- apt-firmware
@ -245,6 +247,7 @@
default_release: "{{ ansible_distribution_release }}"
when:
- apt_debian_contrib_nonfree_enable
- ansible_facts['distribution'] == "Debian"
tags:
- apt-initial-install
- apt-firmware