diff options
author | José Maia <josecbmaia@hotmail.com> | 2018-09-25 20:21:24 +0100 |
---|---|---|
committer | Ryan Brown <sb@ryansb.com> | 2018-09-25 15:21:24 -0400 |
commit | 923a7bd30f1437469a79b5ce790cb02aadda83fd (patch) | |
tree | 83f0293179f501a967a0c2a442bed927ce6a2694 /lib | |
parent | 32ec69d827393f6b1685bc3b089ea6c341b943e1 (diff) | |
download | ansible-923a7bd30f1437469a79b5ce790cb02aadda83fd.tar.gz |
[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
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ansible/modules/cloud/azure/azure_rm_securitygroup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ansible/modules/cloud/azure/azure_rm_securitygroup.py b/lib/ansible/modules/cloud/azure/azure_rm_securitygroup.py index 3361bca033..bd61d53333 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_securitygroup.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_securitygroup.py @@ -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: "*" |