Skip to content

Commit

Permalink
Allow idempotency of qed provisioning
Browse files Browse the repository at this point in the history
  • Loading branch information
iknite committed Mar 1, 2019
1 parent 833d915 commit 02c32a9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions deploy/aws/provision/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,11 @@
vars_files:
- vars.yml
tasks:
- name: Start all services
- name: Restart all services
shell: >
{{ item }}
with_items:
- /var/qed/qed-stop.sh
- /var/qed/qed-start.sh
- /var/qed/exporter-start.sh
- name: wait for raised api port
Expand All @@ -124,10 +125,11 @@
vars_files:
- vars.yml
tasks:
- name: Start all services
- name: Restart all services
shell: >
{{ item }}
with_items:
- /var/qed/qed-stop.sh
- /var/qed/qed-start.sh
- /var/qed/exporter-start.sh
tags:
Expand Down

0 comments on commit 02c32a9

Please sign in to comment.