mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 11:17:05 +00:00
Fix new sanity errors. (#1451)
This commit is contained in:
parent
8cedec381f
commit
4566812591
5 changed files with 8 additions and 6 deletions
|
|
@ -107,8 +107,8 @@ options:
|
|||
private_ip:
|
||||
description:
|
||||
- Add private IPv4 address when Linode is created.
|
||||
- Default is C(false).
|
||||
type: bool
|
||||
default: "no"
|
||||
ssh_pub_key:
|
||||
description:
|
||||
- SSH public key applied to root user
|
||||
|
|
|
|||
|
|
@ -478,6 +478,7 @@ options:
|
|||
description:
|
||||
- (Boolean) Whether or not the elastigroup creation / update actions should wait for the instances to spin
|
||||
type: bool
|
||||
default: false
|
||||
|
||||
wait_timeout:
|
||||
description:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue