Pin ansible version for development pipeline

Change-Id: I7c88aa1eca0023a0bf5ad3eae090164397a82440
This commit is contained in:
Svetlana Shturm 2021-02-18 14:16:15 -06:00
parent 0be4b7549d
commit 5c66ce41c5

View File

@ -27,7 +27,7 @@ RUN apt-get update ;\
apt-get install -y --no-install-recommends \
docker-ce-cli ;\
pip3 install --upgrade wheel ;\
pip3 install ansible ;\
pip3 install ansible==2.10.7 ;\
ansible-galaxy collection install community.kubernetes ;\
pip3 install docker ;\
# Install kubectl