Skip to content

Commit

Permalink
Change awkward working
Browse files Browse the repository at this point in the history
Now that we are using `docker compose` instead of `docker-compose`, there were a few places where this caused the wording to be awkward.

Co-authored-by: Nick <50747025+mcdonnnj@users.noreply.github.com>
  • Loading branch information
jsf9k and mcdonnnj committed Sep 9, 2022
1 parent d50abc3 commit c1dbddf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/roles/cyhy_mailer/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
region = {{ ses_aws_region }}
role_arn = {{ ses_send_email_role }}
# docker compose will automatically use docker-compose.yml and
# The compose command will automatically use docker-compose.yml and
# docker-compose.override.yml, so this is a way for us to tune
# docker compose's behavior to the particular machine.
# compose's behavior to the particular machine.
#
# In our case we want to send the BOD 18-01 reports on the BOD docker
# instance and the CyHy-related reports on the reporter instance.
Expand Down

0 comments on commit c1dbddf

Please # to comment.