make the git clone idempotent

do not try to reclone tq/repro git repos
after they have initially been cloned.
set update: false

Change-Id: I213fd82b6cd9005762b1287292cb44e8c6f574af
This commit is contained in:
Wes Hayutin 2019-02-28 13:08:16 -07:00
parent dae4977970
commit 71e5d89ce4
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
git:
repo: "{{ item }}"
dest: "git/{{ item.replace('.git', '').split('/')[-1:]|join('/') }}"
update: yes
update: no
with_items:
- https://git.openstack.org/openstack/tripleo-quickstart.git
- https://github.com/rdo-infra/ansible-role-tripleo-ci-reproducer.git