summaryrefslogtreecommitdiffstats
path: root/roles/etcd/tasks/auxiliary/disable_etcd.yml
blob: 7c6d0409d66244daf16fe457446a61c269f9ad22 (plain)
1
2
3
4
5
---
- name: Disable etcd members
  service:
    name: "{{ etcd_service }}"
    state: stopped