mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
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.
This commit is contained in:
@@ -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
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user