From 7e834f41782a7fb57c9a7b1771e8448a6ae5ad34 Mon Sep 17 00:00:00 2001 From: s-hertel Date: Thu, 7 Jul 2016 10:59:16 -0400 Subject: [PATCH] Fixes #163 in galaxy-issues --- lib/ansible/galaxy/api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/galaxy/api.py b/lib/ansible/galaxy/api.py index 0d1eb0fccde..d09167a3152 100644 --- a/lib/ansible/galaxy/api.py +++ b/lib/ansible/galaxy/api.py @@ -137,6 +137,7 @@ class GalaxyAPI(object): data = json.load(resp) return data + @g_connect def create_import_task(self, github_user, github_repo, reference=None): """ Post an import request