Documentation Update (#58355)
"scope" is not a valid option for mso_schema_template_contract_filter.py - example should use "contract_scope"
This commit is contained in:
parent
8d053ae037
commit
18f9595719
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ EXAMPLES = r'''
|
||||||
schema: Schema 1
|
schema: Schema 1
|
||||||
template: Template 1
|
template: Template 1
|
||||||
contract: Contract 1
|
contract: Contract 1
|
||||||
scope: global
|
contract_scope: global
|
||||||
filter: Filter 1
|
filter: Filter 1
|
||||||
state: present
|
state: present
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
|
|
Loading…
Reference in a new issue