adding ansible-managed to templates

This commit is contained in:
2022-01-04 12:29:20 +01:00
parent acc5dc31c4
commit a8fa6b8ab4
3 changed files with 10 additions and 2 deletions

View File

@@ -1,6 +1,10 @@
# {{ ansible_managed }}
# These servers were defined in the installation:
server time.cloudflare.com iburst nts
# Use public servers from the pool.ntp.org project.
# Please consider joining the pool (https://www.pool.ntp.org/join.html).
server time.cloudflare.com iburst nts
# Use NTP servers from DHCP.
#sourcedir /run/chrony-dhcp
@@ -47,4 +51,4 @@ leapsectz right/UTC
logdir /var/log/chrony
# Select which information is logged.
#log measurements statistics tracking
#log measurements statistics tracking

View File

@@ -1,3 +1,5 @@
# {{ ansible_managed }}
[Unit]
Description=flatpak Automatic Update
Documentation=man:flatpak(1)

View File

@@ -1,3 +1,5 @@
# {{ ansible_managed }}
[Unit]
Description=flatpak Automatic Update Trigger
Documentation=man:flatpak(1)