diff --git a/plugins/modules/postgresql_db.py b/plugins/modules/postgresql_db.py index 79a789c2..2a574fea 100644 --- a/plugins/modules/postgresql_db.py +++ b/plugins/modules/postgresql_db.py @@ -211,8 +211,8 @@ tablespace: bar # Rename the database foo to bar. -# If the database C(name) exists, it will be renamed to C(target). -# If the database C(name) does not exist and the C(target) database exists, +# If the database foo exists, it will be renamed to bar. +# If the database foo does not exist and the bar database exists, # the module will report that nothing has changed. # If both the databases exist, an error will be raised. - name: Rename the database foo to bar