fix debug msg in example (#51361)

See ansible#33984.
This commit is contained in:
Nerijus Baliūnas 2019-01-26 21:27:12 +02:00 committed by John R Barker
parent 88dee04f66
commit ffb2e30786

View file

@ -123,7 +123,7 @@ EXAMPLES = '''
register: my_droplet
- debug:
msg: "ID is {{ my_droplet.droplet.id }}"
msg: "ID is {{ my_droplet.data.droplet.id }}, IP is {{ my_droplet.data.ip_address }}"
- name: ensure a droplet is present
digital_ocean_droplet: