roles/common/tasks/main.yml: Change ntp-client task title.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 13 Jul 2015 09:14:11 +0000 (10:14 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 13 Jul 2015 09:14:11 +0000 (10:14 +0100)
roles/common/tasks/main.yml

index 5d80497..bfad555 100644 (file)
@@ -37,7 +37,7 @@
 ###--------------------------------------------------------------------------
 ### NTP configuration.
 
-- name: install NTP configuration files
+- name: install NTP client configuration files
   tags: [ntp, ntp-client]
   copy: src=ntp-client/ntp.conf dest=/etc
   when: ('ntp') not in server |default([])