You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
246 B

9 years ago
9 years ago
  1. ---
  2. - name: reload systemd
  3. command: systemctl daemon-reload
  4. - name: restart reloaded-etcd2
  5. service:
  6. name: etcd2
  7. state: restarted
  8. - name: restart etcd2
  9. command: /bin/true
  10. notify:
  11. - reload systemd
  12. - restart reloaded-etcd2