Skip to content

Commit

Permalink
Update panos_op.py (ansible#39013)
Browse files Browse the repository at this point in the history
<!--- Your description here -->
The examples were apparently pasted from panos_object and the module name wasn't updated.
+label: docsite_pr
  • Loading branch information
awfki authored and Alexander Bethke committed May 14, 2018
1 parent 9b87971 commit 22317c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ansible/modules/network/panos/panos_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@

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 }}'
Expand Down

0 comments on commit 22317c9

Please sign in to comment.