forked from bitlair/ansible
photos: Update bambulab password path
This commit is contained in:
parent
3ae4b05e17
commit
5a3e1bd8ec
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
set -eu
|
||||
|
||||
host={{ lookup('passwordstore', 'fotos/bambulab subkey=host') }}
|
||||
pass={{ lookup('passwordstore', 'fotos/bambulab subkey=key') }}
|
||||
host={{ lookup('passwordstore', 'bambulab subkey=host') }}
|
||||
pass={{ lookup('passwordstore', 'bambulab subkey=key') }}
|
||||
dir={{ photos_path }}
|
||||
|
||||
files=$(curl -ksl "ftps://bblp:$pass@$host:990/timelapse/" | grep ^video_)
|
||||
|
|
Loading…
Add table
Reference in a new issue