From 1305510d46a9672b46f3a63ffa703689aede570e Mon Sep 17 00:00:00 2001 From: rubenb Date: Mon, 23 Oct 2023 13:51:53 +0200 Subject: [PATCH] modify copy --- roles/config-ntp/tasks/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/config-ntp/tasks/main.yaml b/roles/config-ntp/tasks/main.yaml index a1074d4..9d590b5 100644 --- a/roles/config-ntp/tasks/main.yaml +++ b/roles/config-ntp/tasks/main.yaml @@ -12,7 +12,7 @@ #++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ # paso2 # copy timesync file to crontab.hourly -- name: copy file nslcd.conf +- name: copy file timesync to /etc/cron.hourly/timesync copy: src: timesync dest: "{{ timesync_path }}"