diff --git a/lib/ansible/modules/cloud/cloudstack/cs_instance.py b/lib/ansible/modules/cloud/cloudstack/cs_instance.py index c6a9a58bb7..9608e7587f 100644 --- a/lib/ansible/modules/cloud/cloudstack/cs_instance.py +++ b/lib/ansible/modules/cloud/cloudstack/cs_instance.py @@ -999,8 +999,8 @@ def main(): ), networks=dict(type='list', aliases=['network']), ip_to_networks=dict(type='list', aliases=['ip_to_network']), - ip_address=dict(defaul=None), - ip6_address=dict(defaul=None), + ip_address=dict(), + ip6_address=dict(), disk_offering=dict(), disk_size=dict(type='int'), root_disk_size=dict(type='int'),