1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

[azure] Fix name for the symbol * in docs (#46119)

Correct name is "asterisk", not "asterix", which is a popular franco-belgian comic character!

+label: docsite_pr
This commit is contained in:
José Maia 2018-09-25 20:21:24 +01:00 committed by Ryan Brown
parent 32ec69d827
commit 923a7bd30f

View file

@ -82,7 +82,7 @@ options:
source_address_prefix:
description:
- The CIDR or source IP range.
- Asterix C(*) can also be used to match all source IPs.
- Asterisk C(*) can also be used to match all source IPs.
- Default tags such as C(VirtualNetwork), C(AzureLoadBalancer) and C(Internet) can also be used.
- If this is an ingress rule, specifies where network traffic originates from.
- It can accept string type or a list of string type.
@ -91,7 +91,7 @@ options:
description:
- The destination address prefix.
- CIDR or destination IP range.
- Asterix C(*) can also be used to match all source IPs.
- Asterisk C(*) can also be used to match all source IPs.
- Default tags such as C(VirtualNetwork), C(AzureLoadBalancer) and C(Internet) can also be used.
- It can accept string type or a list of string type.
default: "*"