Merge pull request 'adding ansible-managed to templates' (#9) from ansible-managed into main

Reviewed-on: #9
This commit is contained in:
mrckndt
2022-01-04 11:32:41 +00:00
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)