2018-06-29 23:05:14 +00:00
|
|
|
- shell:
|
|
|
|
-
|
2021-02-19 17:58:08 +00:00
|
|
|
command: if [ ! -d ${HOME}/.config/aacs ]; then mkdir ${HOME}/.config/aacs; fi
|
|
|
|
stdout: true
|
|
|
|
stderr: true
|
|
|
|
description: Testing directory
|
|
|
|
|
2021-02-19 13:29:57 +00:00
|
|
|
-
|
2021-02-19 17:58:08 +00:00
|
|
|
command: if [ ! -f ${HOME}/.config/aacs/KEYDB.cfg ]; then wget --no-check-certificate -O ${HOME}/.config/aacs/KEYDB.cfg http://vlc-bluray.whoknowsmy.name/files/KEYDB.cfg; fi
|
|
|
|
stdout: true
|
|
|
|
stderr: true
|
|
|
|
description: Downloading AACS db keys
|