From 9c56cff642cf006df192033c2212b3fdd18593d1 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Sat, 14 Oct 2023 07:05:55 +0200 Subject: [PATCH] conventions --- timesyncd/tasks/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/timesyncd/tasks/main.yml b/timesyncd/tasks/main.yml index 73dda7c6..7ce56ffc 100644 --- a/timesyncd/tasks/main.yml +++ b/timesyncd/tasks/main.yml @@ -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