From 96aa9054f560c55e5c441cf1fc184fdd70cd95e8 Mon Sep 17 00:00:00 2001 From: Stonewall Jackson Date: Mon, 27 Feb 2023 21:16:43 -0500 Subject: update docs --- roles/locale/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'roles/locale') diff --git a/roles/locale/README.md b/roles/locale/README.md index dd28652..fbd8dbc 100644 --- a/roles/locale/README.md +++ b/roles/locale/README.md @@ -23,7 +23,8 @@ Usage Example playbook: ````yaml -- hosts: all +- name: set the system locale + hosts: all roles: - role: locale vars: -- cgit