Fix doc string (#67)

* Fix doc string

The sanity tests fail due to missing default values on a few options in
the doc string. This change puts the doc string in alignment with the
argument spec.

* Fix case
This commit is contained in:
Mike Graves
2021-02-18 08:01:49 -05:00
committed by GitHub
parent 4cfbde3d14
commit 6c1dc79c7f

View File

@@ -134,6 +134,7 @@ options:
will only work if the same object is passed with state=absent (alternatively, just use state=absent with the name including
the generated hash and append_hash=no)
type: bool
default: false
apply:
description:
- C(apply) compares the desired resource definition with the previously supplied resource definition,
@@ -141,6 +142,7 @@ options:
- C(apply) works better with Services than 'force=yes'
- mutually exclusive with C(merge_type)
type: bool
default: false
requirements:
- "python >= 2.7"