Skip to content

Commit

Permalink
Update vmware_host_scanhba.py (ansible-collections#1775)
Browse files Browse the repository at this point in the history
Update vmware_host_scanhba.py

SUMMARY
Hey!
I have using your library for the past week and it helped me a lot, saved hours of work!
I edited some typos in the host_scanhba file
ISSUE TYPE

Docs Pull Request

COMPONENT NAME
vmware_host_scanhba.py

Reviewed-by: Mario Lenz <[email protected]>
  • Loading branch information
Oferlis authored Jun 22, 2023
1 parent 8024b41 commit 8f93435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/modules/vmware_host_scanhba.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
'''

EXAMPLES = r'''
- name: Recan HBA's for a given ESXi host and refresh storage system objects
- name: Rescan HBA's for a given ESXi host and refresh storage system objects
community.vmware.vmware_host_scanhba:
hostname: '{{ vcenter_hostname }}'
username: '{{ vcenter_username }}'
Expand Down Expand Up @@ -85,7 +85,7 @@
rescan_hba: false
delegate_to: localhost
- name: Recan HBA's for a given ESXi host and don't refresh storage system objects
- name: Rescan HBA's for a given ESXi host and don't refresh storage system objects
community.vmware.vmware_host_scanhba:
hostname: '{{ vcenter_hostname }}'
username: '{{ vcenter_username }}'
Expand Down

0 comments on commit 8f93435

Please sign in to comment.