From: Sébastien Han Date: Thu, 9 Jun 2016 13:35:57 +0000 (+0200) Subject: ceph-mon: fix wrong indent X-Git-Tag: v1.0.6~89 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=4219221bf46eb5bbc9de6a0a2877f1fed99200bd;p=ceph-ansible.git ceph-mon: fix wrong indent Signed-off-by: Sébastien Han --- 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