diff --git a/templates/etc/mongod.conf.j2 b/templates/etc/mongod.conf.j2 index 93e996f..530906c 100644 --- a/templates/etc/mongod.conf.j2 +++ b/templates/etc/mongod.conf.j2 @@ -1,6 +1,4 @@ -## {{ ansible_managed }} -# mongod.conf - +{{ ansible_managed | comment }} # for documentation of all options, see: # http://docs.mongodb.org/manual/reference/configuration-options/ diff --git a/templates/etc/mongod_init.conf.j2 b/templates/etc/mongod_init.conf.j2 index 7570bad..c3fc190 100644 --- a/templates/etc/mongod_init.conf.j2 +++ b/templates/etc/mongod_init.conf.j2 @@ -1,6 +1,4 @@ -## {{ ansible_managed }} -# mongod.conf - +{{ ansible_managed | comment }} # for documentation of all options, see: # http://docs.mongodb.org/manual/reference/configuration-options/