Skip to content

Commit

Permalink
Use the long form of a CLI option
Browse files Browse the repository at this point in the history
We prefer to use the long form of CLI options where possible for
increased clarity.
  • Loading branch information
jsf9k committed Aug 23, 2023
1 parent ddedd34 commit 0ffb048
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 -d 2>&1 | /usr/bin/logger -t orchestrator
job: cd /var/cyhy/orchestrator && docker compose down && docker compose up --detach 2>&1 | /usr/bin/logger -t orchestrator
minute: '0'
name: "BOD 18-01 scanning"
user: cyhy
Expand Down

0 comments on commit 0ffb048

Please sign in to comment.