Fixed error in docs

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

@ -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…
Cancel
Save