conventions

This commit is contained in:
Jérémy Lecour 2023-10-14 07:05:55 +02:00 committed by Jérémy Lecour
parent 243c64f555
commit 9c56cff642
Signed by: jlecour
SSH key fingerprint: SHA256:h+5LgHRKwN9lS0SsdVR5yZPeFlJE4Mt+8UtL4CcP8dY

View file

@ -4,7 +4,7 @@
name: systemd-timesyncd
state: present
tags:
- timesyncd
- timesyncd
- name: Remove other NTP packages
ansible.builtin.apt:
@ -13,17 +13,17 @@
- ntp
state: absent
tags:
- timesyncd
- timesyncd
- name: Ensure /etc/systemd/timesyncd.conf.d directory exists
file:
ansible.builtin.file:
path: /etc/systemd/timesyncd.conf.d
state: directory
mode: "755"
owner: root
group: root
tags:
- timesyncd
- timesyncd
- name: Copy timesyncd config
ansible.builtin.template:
@ -32,4 +32,4 @@
mode: "0644"
notify: Restart timesyncd
tags:
- timesyncd
- timesyncd