parent
88dee04f66
commit
ffb2e30786
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue