More doc fixes
This commit is contained in:
parent
86bf938575
commit
7d791a8593
1 changed files with 3 additions and 2 deletions
|
@ -32,7 +32,8 @@ options:
|
|||
ip_address:
|
||||
description:
|
||||
- Public IP address. Required if C(state=absent)
|
||||
required: true
|
||||
required: false
|
||||
default: null
|
||||
domain:
|
||||
description:
|
||||
- Domain the IP address is related to.
|
||||
|
@ -73,7 +74,7 @@ EXAMPLES = '''
|
|||
module: cs_ip_address
|
||||
network: My Network
|
||||
register: ip_address
|
||||
when: create_instance|changed
|
||||
when: instance.public_ip is undefined
|
||||
|
||||
# Disassociate an IP address
|
||||
- local_action:
|
||||
|
|
Loading…
Reference in a new issue