We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92d40bf commit 072704bCopy full SHA for 072704b
1 file changed
ansible/ynab2splitwise/tasks/main.yml
@@ -19,4 +19,4 @@
19
day: "{{ y2s_cron_day }}"
20
month: "{{ y2s_cron_month }}"
21
weekday: "{{ y2s_cron_weekday }}"
22
- job: "docker run --rm -v {{ y2s_config_dir }}/config.yml:/app/config.yml {{ y2s_image_repository }}:{{ y2s_image_tag }}"
+ job: "docker run --rm --name ynab2splitwise -v {{ y2s_config_dir }}/config.yml:/app/config.yml {{ y2s_image_repository }}:{{ y2s_image_tag }}"
0 commit comments