diff --git a/lib/ansible/galaxy/api.py b/lib/ansible/galaxy/api.py index de3c5d293ce..af1ecf6c09f 100644 --- a/lib/ansible/galaxy/api.py +++ b/lib/ansible/galaxy/api.py @@ -127,6 +127,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