Update panos_op.py (#39013) (#39912)

<!--- 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)
pull/39916/head
Alicia Cozine 7 years ago committed by GitHub
parent add3004bb8
commit 47dc15b841
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save