mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix up docs
This commit is contained in:
parent
4c8b573e2c
commit
72809ac329
1 changed files with 2 additions and 2 deletions
|
@ -64,12 +64,12 @@ options:
|
||||||
- When attaching a floating IP address, specify whether we should
|
- When attaching a floating IP address, specify whether we should
|
||||||
wait for it to appear as attached.
|
wait for it to appear as attached.
|
||||||
required: false
|
required: false
|
||||||
default false
|
default: false
|
||||||
timeout:
|
timeout:
|
||||||
description:
|
description:
|
||||||
- Time to wait for an IP address to appear as attached. See wait.
|
- Time to wait for an IP address to appear as attached. See wait.
|
||||||
required: false
|
required: false
|
||||||
default 60
|
default: 60
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- Should the resource be present or absent.
|
- Should the resource be present or absent.
|
||||||
|
|
Loading…
Reference in a new issue