Skip to content

Commit

Permalink
Fix: include missing keys for AWS deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
suizman committed Jun 18, 2019
1 parent 28bc133 commit 5906006
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deploy/provision/tasks/common/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,10 @@
dest: /var/qed/{{ item }}
src: config_files/{{ item }}
with_items:
# - server.crt
# - server.key
- server.crt
- server.key
- qed_ed25519
- qed_ed25519.pub

- name: Copy CA cert to remote
copy:
Expand Down

0 comments on commit 5906006

Please sign in to comment.