From bb8a04f2affc502308063017f3587c1cc55b2c87 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Fri, 22 Jan 2016 11:09:55 -0600 Subject: [PATCH] Do not retrieve magnum's git clone --- tasks/pre-install.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/tasks/pre-install.yml b/tasks/pre-install.yml index b74356e5..d56e678b 100644 --- a/tasks/pre-install.yml +++ b/tasks/pre-install.yml @@ -77,16 +77,3 @@ - magnum-directories - magnum-logs - magnum-system-settings - -- name: Retrieve the Magnum Source - git: - repo: "{{ magnum_git_url }}" - version: "{{ magnum_git_install_branch }}" - dest: "{{ magnum_git_destination }}" - force: "yes" - register: magnum_git_clone - until: magnum_git_clone |success - retries: 5 - delay: 2 - tags: - - magnum-git-clone