]> git.phdru.name Git - ansible.git/blobdiff - playbooks/adjtimex.yml
Feat(adjtimex): Convert playbook `adjtimex.yml` to a role
[ansible.git] / playbooks / adjtimex.yml
diff --git a/playbooks/adjtimex.yml b/playbooks/adjtimex.yml
deleted file mode 100644 (file)
index adf745c..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-- name: "adjtimex: sync time and adjust kernel coefficients"
-  hosts: "{{ hosts | default('all') }}"
-  gather_facts: false
-  become: true
-  tasks:
-    - name: Copy the script adjtimex.sh
-      copy:
-        src: ~/admin/prog/adjtimex.sh
-        dest: /usr/local/sbin/adjtimex.sh
-        owner: root
-        group: root
-        mode: 0750
-    - name: Run adjtimex.sh
-      command: /usr/local/sbin/adjtimex.sh