diff --git a/roles/etcd/tasks/configure.yml b/roles/etcd/tasks/configure.yml index aca67018f..18a2cc882 100644 --- a/roles/etcd/tasks/configure.yml +++ b/roles/etcd/tasks/configure.yml @@ -1,7 +1,4 @@ --- -- name: Disable ferm - service: name=ferm state=stopped enabled=no - - name: Create etcd2 environment vars dir file: path=/etc/systemd/system/etcd2.service.d state=directory