X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Fadjtimex.yml;fp=playbooks%2Fadjtimex.yml;h=de0709061dc218b4c569086716e2d0aa21e3b167;hb=7cd26fff474f13bf4f6993547ec23773509f8820;hp=7101e79ee82ec9a7f44f57012fc3a338de5b72f3;hpb=0d9256475d2ee4b9e1a8ba90cc707eb1ed3da52a;p=ansible.git diff --git a/playbooks/adjtimex.yml b/playbooks/adjtimex.yml index 7101e79..de07090 100644 --- a/playbooks/adjtimex.yml +++ b/playbooks/adjtimex.yml @@ -1,9 +1,9 @@ -- 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