Add libopenh264-8 as dependency for discord-canary role
This commit is contained in:
parent
50c49fd9e8
commit
04651b9578
1 changed files with 4 additions and 2 deletions
|
@ -1,9 +1,11 @@
|
|||
- name: Install pkexec
|
||||
- name: Install dependencies
|
||||
become: yes
|
||||
apt:
|
||||
state: latest
|
||||
install_recommends: false
|
||||
name: pkexec
|
||||
name:
|
||||
- pkexec
|
||||
- libopenh264-8
|
||||
|
||||
- name: Copy update helper
|
||||
copy:
|
||||
|
|
Loading…
Add table
Reference in a new issue