ntpd: Initial version of role

This commit is contained in:
Timo Makinen 2025-06-24 14:29:05 +00:00
parent e1edd338aa
commit 554e3f9701
4 changed files with 35 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
- name: Restart ntpd
ansible.builtin.service:
name: ntpd
state: restarted