mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 14:20:22 -07:00
MSO: Refactor modules to common structure (#51354)
This PR includes: - Various fixes to jsonpatch interface - Added seealso: and notes: to docs - Various improvements to docs - A set of bugfixes found during integration tests Full integration tests follow.
This commit is contained in:
parent
2c2a79f712
commit
73636175da
13 changed files with 207 additions and 265 deletions
|
@ -48,7 +48,7 @@ options:
|
|||
choices: [ absent, present, query ]
|
||||
default: present
|
||||
notes:
|
||||
- This module cannot create empty schemas (i.e. schemas without templates).
|
||||
- Due to restrictions of the MSO REST API this module cannot create empty schemas (i.e. schemas without templates).
|
||||
Use the M(mso_schema_template) to automatically create schemas with templates.
|
||||
seealso:
|
||||
- module: mso_schema_site
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue