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/postfix_client/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'roles/postfix_client') diff --git a/roles/postfix_client/README.md b/roles/postfix_client/README.md index 38b72ee..0f0d49a 100644 --- a/roles/postfix_client/README.md +++ b/roles/postfix_client/README.md @@ -27,7 +27,8 @@ Usage Example playbook: ````yaml -- hosts: all +- name: configure postfix mail client + hosts: all roles: - role: postfix_client vars: -- cgit