diff --git a/docker/kolla-ansible/Dockerfile.j2 b/docker/kolla-ansible/Dockerfile.j2
index 1e8c10c77e41b96498c70747998ab7f2e5e1a664..d4890eed5d9e104386fcf92df9668d6f6d8914f5 100644
--- a/docker/kolla-ansible/Dockerfile.j2
+++ b/docker/kolla-ansible/Dockerfile.j2
@@ -19,7 +19,7 @@ RUN pip install -U pip wheel
 
 RUN pip --no-cache-dir install shade
 
-RUN git clone --depth 1 https://github.com/ansible/ansible.git \
+RUN git clone --depth 1 -b v2.0.0-0.2.alpha2 https://github.com/ansible/ansible.git \
     && cd ansible \
     && git submodule update --init --recursive \
     && pip --no-cache-dir install .