From 7df2d4bfce13af9d71aecd92e1f5928e204135aa Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 19 Feb 2023 16:23:17 +0000 Subject: [PATCH] commit 1534abba9cbf6c992da6aed6c0d5472e293d2ea4 Author: Robert Kaussow Date: Sun Feb 19 17:19:46 2023 +0100 fix: fix loop var in template --- index.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index 685df68..daf5b16 100644 --- a/index.md +++ b/index.md @@ -3,7 +3,9 @@ title: chrony type: docs --- -[![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.chrony) [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.chrony?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.chrony) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.chrony/src/branch/main/LICENSE) +[![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.chrony) +[![Build Status](https://img.shields.io/drone/build/ansible/xoxys.chrony?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.chrony) +[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.chrony/src/branch/main/LICENSE) Setup chrony NTP. @@ -68,7 +70,8 @@ chrony_pool: 2.pool.ntp.org iburst ### chrony_port -The port option can be set to 0 to make chrony daemon to never open any listening port for server operation and to operate strictly in a client-only mode. +The port option can be set to 0 to make chrony daemon to never open any listening port +for server operation and to operate strictly in a client-only mode. #### Default value