From 1ad19088d11a9bf6574299a7d135f907af9670d4 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 28 Aug 2019 10:44:41 +0200 Subject: [PATCH] fix ansible_managed handling --- templates/etc/cups/cupsd.conf.j2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/etc/cups/cupsd.conf.j2 b/templates/etc/cups/cupsd.conf.j2 index e0fe7ef..e933375 100644 --- a/templates/etc/cups/cupsd.conf.j2 +++ b/templates/etc/cups/cupsd.conf.j2 @@ -1,6 +1,5 @@ #jinja2: lstrip_blocks: True -# {{ ansible_managed }} -# +{{ ansible_managed | comment }} # Configuration file for the CUPS scheduler. See "man cupsd.conf" for a # complete description of this file. #