<!--- Your description here -->
The examples were apparently pasted from panos_object and the module name wasn't updated.
+label: docsite_pr
(cherry picked from commit 5f0e6b2dc3
)
This commit is contained in:
parent
add3004bb8
commit
47dc15b841
1 changed files with 2 additions and 2 deletions
|
@ -61,14 +61,14 @@ options:
|
|||
|
||||
EXAMPLES = '''
|
||||
- name: show list of all interfaces
|
||||
panos_object:
|
||||
panos_op:
|
||||
ip_address: '{{ ip_address }}'
|
||||
username: '{{ username }}'
|
||||
password: '{{ password }}'
|
||||
cmd: 'show interfaces all'
|
||||
|
||||
- name: show system info
|
||||
panos_object:
|
||||
panos_op:
|
||||
ip_address: '{{ ip_address }}'
|
||||
username: '{{ username }}'
|
||||
password: '{{ password }}'
|
||||
|
|
Loading…
Reference in a new issue