Fixed error in docs
This commit is contained in:
parent
7a3c826f0c
commit
ca5f1fcf03
1 changed files with 2 additions and 2 deletions
|
@ -69,8 +69,8 @@ EXAMPLES = '''
|
||||||
|
|
||||||
- digital_ocean_domain: >
|
- digital_ocean_domain: >
|
||||||
state=present
|
state=present
|
||||||
name={{ test_droplet.name }}.my.domain
|
name={{ test_droplet.droplet.name }}.my.domain
|
||||||
ip={{ test_droplet.ip_address }}
|
ip={{ test_droplet.droplet.ip_address }}
|
||||||
'''
|
'''
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
Loading…
Reference in a new issue