diff --git a/src/watchmaker/workers/salt.py b/src/watchmaker/workers/salt.py index 9afa9ffc5..30e36b826 100644 --- a/src/watchmaker/workers/salt.py +++ b/src/watchmaker/workers/salt.py @@ -727,7 +727,7 @@ def install(self): self.log.error('Failed to restart %s service', salt_svc) if self.ash_role and self.ash_role != 'None': - role = {'role': str(self.ash_role)} + role = {'lookup': {'role': str(self.ash_role)}} self._set_grain('ash-windows', role) self.process_grains()