]> git.phdru.name Git - ansible.git/blobdiff - playbooks/debian/roles/adjtimex/tasks/main.yml
Feat(adjtimex): Move to common roles
[ansible.git] / playbooks / debian / roles / adjtimex / tasks / main.yml
diff --git a/playbooks/debian/roles/adjtimex/tasks/main.yml b/playbooks/debian/roles/adjtimex/tasks/main.yml
deleted file mode 100644 (file)
index fb720c7..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-- name: Copy the script adjtimex.sh
-  become: true
-  template:
-    src: adjtimex.sh
-    dest: /usr/local/sbin/adjtimex.sh
-    owner: root
-    group: root
-    mode: 0750
-
-- name: Configure adjtimex weekly run
-  become: true
-  copy:
-    src: adjtimex
-    dest: /etc/cron.weekly
-    owner: root
-    group: root
-    mode: '0700'