Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersson007 committed Jun 22, 2021
1 parent c429df6 commit 2337caa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/modules/postgresql_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2337caa

Please sign in to comment.