aboutsummaryrefslogtreecommitdiffstats
path: root/roles/local_homedirs/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'roles/local_homedirs/README.md')
-rw-r--r--roles/local_homedirs/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/local_homedirs/README.md b/roles/local_homedirs/README.md
index 8a42708..63f5fb7 100644
--- a/roles/local_homedirs/README.md
+++ b/roles/local_homedirs/README.md
@@ -19,7 +19,8 @@ Usage
Example playbook:
````yaml
-- hosts: linux_desktops
+- name: set up additional home directories on the local disk
+ hosts: linux_desktops
roles:
- role: local_homedirs
````