Skip to content

Commit

Permalink
ansible: Add missing trailing newline
Browse files Browse the repository at this point in the history
Make the ansible linter happy.

Signed-off-by: Russell Bryant <[email protected]>
  • Loading branch information
russellb committed Mar 18, 2024
1 parent cd03f1e commit 483c4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/ansible/bot/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
PRIVATE_KEY: "{{ private_key }}"
WEBHOOK_SECRET: "{{ webhook_secret }}"
REDIS_URL: "redis://{{ redis_ip }}:6379"
WEBHOOK_PROXY_URL: "{{ webhook_proxy_url }}"
WEBHOOK_PROXY_URL: "{{ webhook_proxy_url }}"

0 comments on commit 483c4d5

Please sign in to comment.