always use the latest alsa-ucm-conf
This commit is contained in:
parent
de742dd06e
commit
f2f84619bb
1 changed files with 6 additions and 0 deletions
|
@ -5,10 +5,16 @@
|
|||
|
||||
### ALSA Config ###
|
||||
|
||||
- name: "Remove previously downloaded versions of alsa ucm configs"
|
||||
ansible.builtin.file:
|
||||
path: "/root/alsa-ucm-conf-master.tar.gz"
|
||||
state: absent
|
||||
|
||||
- name: "Download https://gitlab.com/sdm670-mainline/alsa-ucm-conf/-/archive/master/alsa-ucm-conf-master.tar.gz"
|
||||
ansible.builtin.get_url:
|
||||
url: "https://gitlab.com/sdm670-mainline/alsa-ucm-conf/-/archive/master/alsa-ucm-conf-master.tar.gz"
|
||||
dest: /root/alsa-ucm-conf-master.tar.gz
|
||||
force: true # overwrite if the already have a previous version
|
||||
mode: '0440'
|
||||
retries: 20
|
||||
|
||||
|
|
Loading…
Reference in a new issue