Skip to content

Commit 94653d3

Browse files
authored
typo fix (#48)
1 parent 8f7aa56 commit 94653d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/modules/cs_ip_address.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,15 @@
9595
network: My Network
9696
tags:
9797
- key: myCustomID
98-
- value: 5510c31a-416e-11e8-9013-02000a6b00bf
98+
value: 5510c31a-416e-11e8-9013-02000a6b00bf
9999
register: ip_address
100100
101101
- name: Disassociate an IP address with tags
102102
ngine_io.cloudstack.cs_ip_address:
103103
state: absent
104104
tags:
105105
- key: myCustomID
106-
- value: 5510c31a-416e-11e8-9013-02000a6b00bf
106+
value: 5510c31a-416e-11e8-9013-02000a6b00bf
107107
'''
108108

109109
RETURN = '''

0 commit comments

Comments
 (0)