Trying to fix firefox from apt
This commit is contained in:
parent
3249c3499d
commit
1fa37669af
3 changed files with 7 additions and 1 deletions
|
@ -0,0 +1 @@
|
|||
Unattended-Upgrade::Allowed-Origins:: "LP-PPA-mozillateam:${distro_codename}";
|
|
@ -1,3 +1,3 @@
|
|||
Package: firefox*
|
||||
Pin: release o=LP-PPA-mozillateam
|
||||
Pin-Priority: 501
|
||||
Pin-Priority: 1001
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue