Skip to content

Commit

Permalink
Add a TODO comment referencing #668
Browse files Browse the repository at this point in the history
Issue #668 is a reminder to revert the changes of #666 when that
becomes possible.
  • Loading branch information
jsf9k committed Aug 24, 2023
1 parent ed6ee84 commit 733ee8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible/roles/orchestrator/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@
- name: Create a cron job for BOD 18-01 scanning
ansible.builtin.cron:
hour: '0'
# TODO: Remove the docker compose down when possible. See
# #668 for more details.
job: cd /var/cyhy/orchestrator && docker compose down && docker compose up --detach 2>&1 | /usr/bin/logger --tag orchestrator
minute: '0'
name: "BOD 18-01 scanning"
Expand Down

0 comments on commit 733ee8c

Please sign in to comment.