mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
assign_public_ip was actually added in 1.5
Checked 1.4.5 and this option doesn't exist. Will check/update/pull docs next.
This commit is contained in:
parent
2156e87e62
commit
1f980b6880
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ options:
|
||||||
default: null
|
default: null
|
||||||
aliases: []
|
aliases: []
|
||||||
assign_public_ip:
|
assign_public_ip:
|
||||||
version_added: "1.4"
|
version_added: "1.5"
|
||||||
description:
|
description:
|
||||||
- when provisioning within vpc, assign a public IP address. Boto library must be 2.13.0+
|
- when provisioning within vpc, assign a public IP address. Boto library must be 2.13.0+
|
||||||
required: false
|
required: false
|
||||||
|
|
Loading…
Reference in a new issue