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 }}"