mirror of
https://github.com/openshift/community.okd.git
synced 2026-03-26 19:03:14 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user