adding ansible-managed to templates
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# {{ ansible_managed }}
|
||||
|
||||
[Unit]
|
||||
Description=flatpak Automatic Update
|
||||
Documentation=man:flatpak(1)
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# {{ ansible_managed }}
|
||||
|
||||
[Unit]
|
||||
Description=flatpak Automatic Update Trigger
|
||||
Documentation=man:flatpak(1)
|
||||
|
||||
Reference in New Issue
Block a user