]> git.phdru.name Git - ansible.git/blobdiff - playbooks/adjtimex.yml
Feat(init-system): Install `fetchmail`
[ansible.git] / playbooks / adjtimex.yml
index 7101e79ee82ec9a7f44f57012fc3a338de5b72f3..adf745c9fecc88d0e7e67ca3967cdabde3df24cf 100644 (file)
@@ -1,14 +1,14 @@
-- name: adjtimex: sync time and adjust kernel coefficients
+- name: "adjtimex: sync time and adjust kernel coefficients"
   hosts: "{{ hosts | default('all') }}"
   gather_facts: false
   become: true
   tasks:
-    - name: Copy the script
+    - name: Copy the script adjtimex.sh
       copy:
         src: ~/admin/prog/adjtimex.sh
         dest: /usr/local/sbin/adjtimex.sh
         owner: root
         group: root
-        mode: 0640
-    - name: AdjTimeX
+        mode: 0750
+    - name: Run adjtimex.sh
       command: /usr/local/sbin/adjtimex.sh