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. # 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)