Fix bug os instead of distro_series
diff --git a/_modules/maas.py b/_modules/maas.py
index 7937864..0c027ef 100644
--- a/_modules/maas.py
+++ b/_modules/maas.py
@@ -437,7 +437,7 @@
         data = {
             'system_id': machine['system_id'],
         }
-        if 'os' in machine_data:
+        if 'distro_series' in machine_data:
             data['distro_series'] = machine_data['distro_series']
         if 'hwe_kernel' in machine_data:
             data['hwe_kernel'] = machine_data['hwe_kernel']