From 3a083ce1b23929283caf32262ddd3ff66da1f002 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Fri, 10 Oct 2014 15:41:31 +0200 Subject: [PATCH] Remove ansible managed header from ceph.conf MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fixes: #125 Signed-off-by: Sébastien Han --- ansible.cfg | 2 +- roles/ceph-common/templates/ceph.conf.j2 | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index 8b83ba14d..9a3686df5 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,2 +1,2 @@ [defaults] -ansible_managed = Ansible managed: modified on %Y-%m-%d %H:%M:%S by {uid} +ansible_managed = Please do not change this file directly since it is managed by Ansible and will be overwritten diff --git a/roles/ceph-common/templates/ceph.conf.j2 b/roles/ceph-common/templates/ceph.conf.j2 index 507c95615..0b30ba839 100644 --- a/roles/ceph-common/templates/ceph.conf.j2 +++ b/roles/ceph-common/templates/ceph.conf.j2 @@ -1,5 +1,4 @@ -# This file is managed by Ansible. -# Every change will be overwritten. +# {{ ansible_managed }} [global] {% if cephx %} -- 2.39.5