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
No related branches found
No related tags found
No related merge requests found
......@@ -56,5 +56,5 @@ options:
Continuous mode. Don't stop on errors. Valid only if `state` is `absent`.
aliases: ["continue"]
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