From ff5bc9d9c368c06a79d545c39ede2ed6c2cb03a1 Mon Sep 17 00:00:00 2001 From: Andreas Olsson Date: Mon, 11 Sep 2017 04:29:15 +0200 Subject: [PATCH] postgresql_db: Document that name and db are aliases (#29180) --- lib/ansible/modules/database/postgresql/postgresql_db.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/database/postgresql/postgresql_db.py b/lib/ansible/modules/database/postgresql/postgresql_db.py index 2c93a05679..dadab45157 100644 --- a/lib/ansible/modules/database/postgresql/postgresql_db.py +++ b/lib/ansible/modules/database/postgresql/postgresql_db.py @@ -25,6 +25,7 @@ options: - name of the database to add or remove required: true default: null + aliases: [ db ] owner: description: - Name of the role to set as owner of the database