mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-04 07:37:20 +02:00
Update to 2024-09-23 23:00
This commit is contained in:
5
roles/ntp_client/tasks/services.yml
Normal file
5
roles/ntp_client/tasks/services.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
|
||||
- name: Start and enable chrony
|
||||
service: name={{ ntp_chrony_service }} state=started enabled=True
|
||||
tags: ntp
|
Reference in New Issue
Block a user