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