mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 12:44:22 -07:00
parent
88dee04f66
commit
ffb2e30786
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ EXAMPLES = '''
|
||||||
register: my_droplet
|
register: my_droplet
|
||||||
|
|
||||||
- debug:
|
- 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
|
- name: ensure a droplet is present
|
||||||
digital_ocean_droplet:
|
digital_ocean_droplet:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue