1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fixed error in docs

This commit is contained in:
Roberto Migli 2014-06-18 18:29:06 +02:00
parent 7a3c826f0c
commit ca5f1fcf03

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