mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Spelling fixes
This commit is contained in:
parent
a1d1ce8360
commit
512d7ba531
3 changed files with 4 additions and 4 deletions
|
@ -85,7 +85,7 @@ options:
|
|||
default: None
|
||||
is_public:
|
||||
description:
|
||||
- Wether the image can be accessed publicly
|
||||
- Whether the image can be accessed publicly
|
||||
required: false
|
||||
default: 'yes'
|
||||
copy_from:
|
||||
|
|
|
@ -86,12 +86,12 @@ options:
|
|||
default: false
|
||||
shared:
|
||||
description:
|
||||
- Wether this network is shared or not
|
||||
- Whether this network is shared or not
|
||||
required: false
|
||||
default: false
|
||||
admin_state_up:
|
||||
description:
|
||||
- Wether the state should be marked as up or down
|
||||
- Whether the state should be marked as up or down
|
||||
required: false
|
||||
default: true
|
||||
requirements: ["quantumclient", "keystoneclient"]
|
||||
|
|
|
@ -81,7 +81,7 @@ options:
|
|||
default: 4
|
||||
enable_dhcp:
|
||||
description:
|
||||
- Wether DHCP should be enabled for this subnet.
|
||||
- Whether DHCP should be enabled for this subnet.
|
||||
required: false
|
||||
default: true
|
||||
gateway_ip:
|
||||
|
|
Loading…
Reference in a new issue