mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Fix panos_object docs so they generate properly (#35756)
Change description field to a list rather than folder scalar. Cleanup formatting and line breaks in README.
This commit is contained in:
parent
86c62e228d
commit
636ef65099
2 changed files with 8 additions and 22 deletions
|
@ -28,9 +28,9 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: panos_object
|
||||
short_description: create/read/update/delete object in PAN-OS or Panorama
|
||||
description: >
|
||||
description:
|
||||
- Policy objects form the match criteria for policy rules and many other functions in PAN-OS. These may include
|
||||
address object, address groups, service objects, service groups, and tag.
|
||||
address object, address groups, service objects, service groups, and tag.
|
||||
author: "Bob Hagen (@rnh556)"
|
||||
version_added: "2.4"
|
||||
requirements:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue