From d9e3d2b041721e5624aadaf9e23a7f193beeded3 Mon Sep 17 00:00:00 2001 From: alf0ns3 <142790332+alf0ns3@users.noreply.github.com> Date: Thu, 27 Feb 2025 22:38:49 +0100 Subject: [PATCH] Update README.md https://github.com/ANXS/postgresql/blob/master/tasks/users.yml#L11 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80b5dd37e..76e40c705 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ An example how to include this role as a task: vars: postgresql_users: - name: abc - password: abc + pass: abc become: true ```