diff --git a/update-motd.d/01-system b/update-motd.d/01-system index 6ddf1ac..589b7e4 100755 --- a/update-motd.d/01-system +++ b/update-motd.d/01-system @@ -1,7 +1,7 @@ #!/bin/sh # .. vim: foldmarker=[[[,]]]:foldmethod=marker -# {{ ansible_managed }} +# {{ ansible_managed | comment }} # Colors definition [[[ BLACK='\033[49;30m' diff --git a/update-motd.d/05-auth b/update-motd.d/05-auth index 5f55a19..111713c 100755 --- a/update-motd.d/05-auth +++ b/update-motd.d/05-auth @@ -1,7 +1,7 @@ #!/bin/sh # .. vim: foldmarker=[[[,]]]:foldmethod=marker -# {{ ansible_managed }} +# {{ ansible_managed | comment }} # Colors definition [[[ BLACK='\033[49;30m' diff --git a/update-motd.d/10-filesystem b/update-motd.d/10-filesystem index b32e7ce..b545f66 100755 --- a/update-motd.d/10-filesystem +++ b/update-motd.d/10-filesystem @@ -1,7 +1,7 @@ #!/bin/sh # .. vim: foldmarker=[[[,]]]:foldmethod=marker -# {{ ansible_managed }} +# {{ ansible_managed | comment }} # Colors definition [[[ BLACK='\033[49;30m' diff --git a/update-motd.d/20-service b/update-motd.d/20-service index f33aac5..9cbe80a 100755 --- a/update-motd.d/20-service +++ b/update-motd.d/20-service @@ -1,7 +1,7 @@ #!/bin/sh # .. vim: foldmarker=[[[,]]]:foldmethod=marker -# {{ ansible_managed }} +# {{ ansible_managed | comment }} # Colors definition [[[ BLACK='\033[49;30m' diff --git a/update-motd.d/50-ansible b/update-motd.d/50-ansible index c675f2d..fdd5d8b 100755 --- a/update-motd.d/50-ansible +++ b/update-motd.d/50-ansible @@ -1,7 +1,7 @@ #!/bin/sh # .. vim: foldmarker=[[[,]]]:foldmethod=marker -# {{ ansible_managed }} +# {{ ansible_managed | comment }} # Colors definition [[[ BLACK='\033[49;30m' diff --git a/update-motd.d/99-tail b/update-motd.d/99-tail index e2e5e0d..df083c1 100755 --- a/update-motd.d/99-tail +++ b/update-motd.d/99-tail @@ -1,7 +1,7 @@ #!/bin/sh # .. vim: foldmarker=[[[,]]]:foldmethod=marker -# {{ ansible_managed }} +# {{ ansible_managed | comment }} # Colors definition [[[ BLACK='\033[49;30m'