Skip to content

Commit

Permalink
AWS deploy: copy qed binary to all instances
Browse files Browse the repository at this point in the history
For enhanced flexibility when demoing the system, the qed binary and config
files is now deployed to all instances.
  • Loading branch information
panchoh committed Mar 11, 2019
1 parent 01ca187 commit d39e511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/aws/provision/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
- include: tasks/common/main.yml


- hosts: qed-server:qed-agent
- hosts: all
remote_user: ec2-user
become: true
vars_files:
Expand Down

0 comments on commit d39e511

Please sign in to comment.