]> git.phdru.name Git - ansible.git/blob - playbooks/roles/adjtimex/tasks/main.yml
Feat(adjtimex): Move to common roles
[ansible.git] / playbooks / roles / adjtimex / tasks / main.yml
1 - name: Copy the script adjtimex.sh
2   become: true
3   template:
4     src: adjtimex.sh
5     dest: /usr/local/sbin/adjtimex.sh
6     owner: root
7     group: root
8     mode: 0750
9
10 - name: Configure adjtimex weekly run
11   become: true
12   copy:
13     src: adjtimex
14     dest: /etc/cron.weekly
15     owner: root
16     group: root
17     mode: '0700'