Fixed error in docs

reviewable/pr18780/r1
Roberto Migli 11 years ago
parent 0353ccb603
commit ab9d6ad38b

@ -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

Loading…
Cancel
Save