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. # Use public servers from the pool.ntp.org project.
# Please consider joining the pool (https://www.pool.ntp.org/join.html). # Please consider joining the pool (https://www.pool.ntp.org/join.html).
server time.cloudflare.com iburst nts
# Use NTP servers from DHCP. # Use NTP servers from DHCP.
#sourcedir /run/chrony-dhcp #sourcedir /run/chrony-dhcp

View File

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

View File

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