mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-12-04 21:13:38 +01:00
This commit is contained in:
parent
d5dfdab24d
commit
825e0629f4
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
pushd /mnt/data/ynab
|
||||||
./download -i {{lcl_identifier}} -p {{lcl_password}} -o out.csv -headless
|
./download -i {{lcl_identifier}} -p {{lcl_password}} -o out.csv -headless
|
||||||
./push -t {{ynab_token}} -b {{ynab_budget_id}} -a {{ynab_account_id}} -w {{webhook_url}} -f out.csv
|
./push -t {{ynab_token}} -b {{ynab_budget_id}} -a {{ynab_account_id}} -w {{webhook_url}} -f out.csv
|
||||||
|
|
Loading…
Reference in a new issue