Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions plugins/modules/cs_ip_address.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,15 @@
network: My Network
tags:
- key: myCustomID
- value: 5510c31a-416e-11e8-9013-02000a6b00bf
value: 5510c31a-416e-11e8-9013-02000a6b00bf
register: ip_address

- name: Disassociate an IP address with tags
ngine_io.cloudstack.cs_ip_address:
state: absent
tags:
- key: myCustomID
- value: 5510c31a-416e-11e8-9013-02000a6b00bf
value: 5510c31a-416e-11e8-9013-02000a6b00bf
'''

RETURN = '''
Expand Down