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)
This commit is contained in:
Alicia Cozine 2018-05-09 10:44:51 -05:00 committed by GitHub
parent add3004bb8
commit 47dc15b841
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}'