Update mso_schema_site_anp.py (#67099)
Under Examples > Query a specific site ANPs: the example was missing the "anp: ANP1" to query.
This commit is contained in:
parent
070f946745
commit
1867ff4013
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ EXAMPLES = r'''
|
|||
schema: Schema1
|
||||
site: Site1
|
||||
template: Template1
|
||||
anp: ANP1
|
||||
state: query
|
||||
delegate_to: localhost
|
||||
register: query_result
|
||||
|
|
Loading…
Reference in a new issue