Skip to content

Commit

Permalink
Use long form CLI option in logger command
Browse files Browse the repository at this point in the history
Co-authored-by: dav3r <david.redmin@gwe.cisa.dhs.gov>
  • Loading branch information
jsf9k and dav3r committed Aug 23, 2023
1 parent 0ffb048 commit e0c109a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/orchestrator/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
- name: Create a cron job for BOD 18-01 scanning
ansible.builtin.cron:
hour: '0'
job: cd /var/cyhy/orchestrator && docker compose down && docker compose up --detach 2>&1 | /usr/bin/logger -t orchestrator
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"
user: cyhy
Expand Down

0 comments on commit e0c109a

Please sign in to comment.