mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Fixed typo from adress to address (#52143)
Signed-off-by: Amol Kahat <akahat@redhat.com>
This commit is contained in:
parent
1c352dfea2
commit
563725ba98
110 changed files with 128 additions and 128 deletions
|
@ -80,7 +80,7 @@ options:
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
# Route an IP adress 1.1.1.1 to the service ns666.ovh.net
|
||||
# Route an IP address 1.1.1.1 to the service ns666.ovh.net
|
||||
- ovh_ip_failover:
|
||||
name: 1.1.1.1
|
||||
service: ns666.ovh.net
|
||||
|
|
|
@ -236,7 +236,7 @@ EXAMPLES = '''
|
|||
|
||||
---
|
||||
# Typical output of a vsphere_facts run on a guest
|
||||
# If vmware tools is not installed, ipadresses with return None
|
||||
# If vmware tools is not installed, ipaddresses with return None
|
||||
|
||||
- hw_eth0:
|
||||
- addresstype: "assigned"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue