Skip to content

Commit 072704b

Browse files
authored
Add name to docker container in ansible cronjob
1 parent 92d40bf commit 072704b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/ynab2splitwise/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
day: "{{ y2s_cron_day }}"
2020
month: "{{ y2s_cron_month }}"
2121
weekday: "{{ y2s_cron_weekday }}"
22-
job: "docker run --rm -v {{ y2s_config_dir }}/config.yml:/app/config.yml {{ y2s_image_repository }}:{{ y2s_image_tag }}"
22+
job: "docker run --rm --name ynab2splitwise -v {{ y2s_config_dir }}/config.yml:/app/config.yml {{ y2s_image_repository }}:{{ y2s_image_tag }}"

0 commit comments

Comments
 (0)