mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-04 12:22:45 +00:00
committed by
John R Barker
parent
88dee04f66
commit
ffb2e30786
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user