Fixed error in docs

pull/4420/head
Roberto Migli 2014-06-18 18:29:06 +02:00
parent 7a3c826f0c
commit ca5f1fcf03
1 changed files with 2 additions and 2 deletions

View File

@ -69,8 +69,8 @@ EXAMPLES = '''
- digital_ocean_domain: >
state=present
name={{ test_droplet.name }}.my.domain
ip={{ test_droplet.ip_address }}
name={{ test_droplet.droplet.name }}.my.domain
ip={{ test_droplet.droplet.ip_address }}
'''
import sys