add bionic, not tara, repos
parent
c82d29f269
commit
33b70b7924
|
@ -10,12 +10,12 @@
|
||||||
update_cache: true
|
update_cache: true
|
||||||
- name: add openrazer repo
|
- name: add openrazer repo
|
||||||
apt_repository:
|
apt_repository:
|
||||||
repo: "ppa:openrazer/stable"
|
repo: "deb http://ppa.launchpad.net/openrazer/stable/ubuntu bionic main"
|
||||||
state: present
|
state: present
|
||||||
update_cache: true
|
update_cache: true
|
||||||
- name: add polychromatic repo
|
- name: add polychromatic repo
|
||||||
apt_repository:
|
apt_repository:
|
||||||
repo: "ppa:polychromatic/stable"
|
repo: "deb http://ppa.launchpad.net/openrazer/stable/ubuntu bionic main"
|
||||||
state: present
|
state: present
|
||||||
update_cache: true
|
update_cache: true
|
||||||
- name: install apt applications
|
- name: install apt applications
|
||||||
|
|
Reference in New Issue