Skip to content
Snippets Groups Projects
Commit 55c70592 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: remove cron config for ntp (this software is no longer in use)

parent 0fcb047b
No related branches found
No related tags found
No related merge requests found
Pipeline #2575 passed
---
# copy module modifies parent directory permissions, when file or directory is copied with owner and group different than root. It is also not idempotent and changes on subsequent runs.
- name: configure NTP
ansible.builtin.file:
path: "/etc/ntp.conf"
path: "{{ item }}"
state: absent
loop:
- "/etc/cron.daily/ntp"
- "/etc/ntp.conf"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment