Skip to content
Snippets Groups Projects
Commit 7eac3012 authored by Thomas Woerner's avatar Thomas Woerner
Browse files

ipamodule_base_docs: Documentation: Fix default for delete_continue

The default setting for delete_continue was True instead of true for
delete_continue in the DOCUMENTATION section.
parent 719d1cd0
Branches
Tags
No related merge requests found
...@@ -56,5 +56,5 @@ options: ...@@ -56,5 +56,5 @@ options:
Continuous mode. Don't stop on errors. Valid only if `state` is `absent`. Continuous mode. Don't stop on errors. Valid only if `state` is `absent`.
aliases: ["continue"] aliases: ["continue"]
type: bool type: bool
default: True default: true
""" """
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment