---

- name: restart etcd
  systemd: name={{ etcd_service }} state=restarted
  when: not (etcd_service_status_changed | default(false) | bool)