From a0ed14fe88f52462043a49452a771f4a9bbfa63e Mon Sep 17 00:00:00 2001 From: WingkaiHo Date: Mon, 27 Mar 2017 11:06:32 +0800 Subject: [PATCH] remove the change --- roles/ceph-mon/tasks/start_monitor.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/roles/ceph-mon/tasks/start_monitor.yml b/roles/ceph-mon/tasks/start_monitor.yml index c1fd413ad..4106efe2f 100644 --- a/roles/ceph-mon/tasks/start_monitor.yml +++ b/roles/ceph-mon/tasks/start_monitor.yml @@ -5,9 +5,3 @@ state: started enabled: yes changed_when: false - -- name: enable ceph-mon.target service - service: - name: ceph-mon.target - enabled: yes - changed_when: false