From 3533dd23b7b2a99a58078be1b832fe0cdb4f5e21 Mon Sep 17 00:00:00 2001 From: vincent Date: Sun, 6 Sep 2020 21:26:52 +0200 Subject: [PATCH] add password for postgres root user --- defaults/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index 033ba7b..d70c8fa 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -50,8 +50,6 @@ postgresql_databases: [] # Users to ensure exist. postgresql_users: - - name: root - role_attr_flags: CREATEDB # - name: jdoe #required; the rest are optional # password: # defaults to not set # encrypted: # defaults to not set