mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Update panos_op.py (#39013)
<!--- Your description here --> The examples were apparently pasted from panos_object and the module name wasn't updated. +label: docsite_pr
This commit is contained in:
@@ -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 }}'
|
||||
|
||||
Reference in New Issue
Block a user