@@ -134,7 +134,7 @@ def main(cmd_args):
     os.environ['ANSIBLE_HOSTS'] = inventory_path
 
     ansible_config_file = os.path.join(debops_root, ANSIBLE_CONFIG_FILE)
-    os.environ['ANSIBLE_CONIG'] = os.path.abspath(ansible_config_file)
+    os.environ['ANSIBLE_CONFIG'] = os.path.abspath(ansible_config_file)
     gen_ansible_cfg(ansible_config_file, config, debops_root, playbooks_path,
                     inventory_path)
 