Skip to content

Commit

Permalink
Restart QED service when config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
suizman committed Apr 1, 2019
1 parent bc3d1c2 commit f6721a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/aws/provision/tasks/qed/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
force: true
with_items:
- config.yml
register: qed_config

- name: Create QED start|stop script
template:
Expand Down Expand Up @@ -58,5 +59,5 @@
name: qed
state: restarted
daemon_reload: yes
when: qed_unit.changed
when: qed_unit.changed or qed_config.changed

0 comments on commit f6721a1

Please sign in to comment.