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