From 3554c59c9f95f738cc7d23c1381ae2c671820ed7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Moser?= Date: Fri, 23 Nov 2018 16:39:15 +0100 Subject: [PATCH] cs_instance: fix typos in defaults for ip/ip6_ipaddress (#49064) --- lib/ansible/modules/cloud/cloudstack/cs_instance.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/cloud/cloudstack/cs_instance.py b/lib/ansible/modules/cloud/cloudstack/cs_instance.py index c6a9a58bb72..9608e7587f4 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'),