Trying to fix firefox from apt

This commit is contained in:
Przemek Grondek 2022-07-19 21:39:48 +02:00
parent 3249c3499d
commit 1fa37669af
3 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1 @@
Unattended-Upgrade::Allowed-Origins:: "LP-PPA-mozillateam:${distro_codename}";

View File

@ -1,3 +1,3 @@
Package: firefox*
Pin: release o=LP-PPA-mozillateam
Pin-Priority: 501
Pin-Priority: 1001

View File

@ -30,6 +30,11 @@
src: etc/apt/preferences.d/mozillateamppa
dest: /etc/apt/preferences.d/mozillateamppa
- name: set mozillateam for unattended upgrades
copy:
src: etc/apt/apt.conf.d/51unattended-upgrades-firefox
dest: /etc/apt/apt.conf.d/51unattended-upgrades-firefox
- name: install browser
become: yes
apt: