Skip to content

Commit

Permalink
Fixed variable name spelling
Browse files Browse the repository at this point in the history
Affected var: 'vault__mailcow__reports_upload_token'
  • Loading branch information
ntimo authored Jan 28, 2020
1 parent efd6500 commit f7da92a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
no_log: true

- name: Upload report to mailcow.email
command: "curl https://int-test.mailcow.email/upload -X POST -Ftoken={{ vault__ailcow__reports_upload_token }} -Ffilename=@/opt/{{ mailcow__report_filename }}"
command: "curl https://int-test.mailcow.email/upload -X POST -Ftoken={{ vault__mailcow__reports_upload_token }} -Ffilename=@/opt/{{ mailcow__report_filename }}"
no_log: true

0 comments on commit f7da92a

Please sign in to comment.