roles/common/tasks/main.yml: Change ntp-client task title.
[distorted-ansible] / 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([])