summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/database/postgresql/postgresql_set.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/modules/database/postgresql/postgresql_set.py')
-rw-r--r--lib/ansible/modules/database/postgresql/postgresql_set.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ansible/modules/database/postgresql/postgresql_set.py b/lib/ansible/modules/database/postgresql/postgresql_set.py
index ba0bec5507..29ce1f2825 100644
--- a/lib/ansible/modules/database/postgresql/postgresql_set.py
+++ b/lib/ansible/modules/database/postgresql/postgresql_set.py
@@ -42,7 +42,6 @@ options:
reload the server configuration you must pass I(value=default).
With I(value=default) the playbook always returns changed is true.
type: str
- required: true
reset:
description:
- Restore parameter to initial state (boot_val). Mutually exclusive with I(value).