From 4219221bf46eb5bbc9de6a0a2877f1fed99200bd Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Thu, 9 Jun 2016 15:35:57 +0200 Subject: [PATCH] ceph-mon: fix wrong indent MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Sébastien Han --- roles/ceph-mon/tasks/start_monitor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/ceph-mon/tasks/start_monitor.yml b/roles/ceph-mon/tasks/start_monitor.yml index 55cd09c65..9d00eecd3 100644 --- a/roles/ceph-mon/tasks/start_monitor.yml +++ b/roles/ceph-mon/tasks/start_monitor.yml @@ -37,9 +37,9 @@ - name: start the monitor service (for or after infernalis) service: - name: ceph-mon@{{ monitor_name }} - state: started - enabled: yes + name: ceph-mon@{{ monitor_name }} + state: started + enabled: yes changed_when: false when: - use_systemd -- 2.39.5