diff --git a/confluent_osdeploy/common/profile/scripts/confignet b/confluent_osdeploy/common/profile/scripts/confignet index eaaf2621..cb2569ce 100644 --- a/confluent_osdeploy/common/profile/scripts/confignet +++ b/confluent_osdeploy/common/profile/scripts/confignet @@ -153,7 +153,7 @@ class NetplanManager(object): needcfgwrite = False # ipv6_method missing at uconn... if stgs.get('ipv6_method', None) == 'static': - curraddr = stgs'ipv6_address'] + curraddr = stgs['ipv6_address'] currips = self.getcfgarrpath([devname, 'addresses']) if curraddr not in currips: needcfgwrite = True