machine_setup/ansible/roles/ntp/tasks/freebsd.yaml

11 lines
208 B
YAML
Raw Normal View History

2022-10-15 23:59:25 +00:00
- name: Install Configuration
copy:
src: "files/{{ item.src }}"
dest: "{{ item.dest }}"
mode: 0644
owner: root
group: wheel
loop:
- src: rc.conf
dest: /etc/rc.conf.d/ntpdate