linux-system-roles / timesync

An ansible role which configures time synchronization
https://linux-system-roles.github.io/timesync/
MIT License
67 stars 43 forks source link

Fix jinja formatting issue #178

Closed richm closed 1 year ago

richm commented 1 year ago

Fix for the following warning:

TASK [linux-system-roles.timesync : Disable timemaster] ************************
[WARNING]: conditional statements should not include jinja2 templating
delimiters such as {{ }} or {% %}. Found: '{{ __timemstr }}' in
timesync_services

when, that, and similar are already interpreted as Jinja expressions and do not require the use of {{ }}

richm commented 1 year ago

[citest]