Fixes #36: Add contribution guide. (#37)

* Fixes #36: Add contribution guide.

* Pin Ansible release to 2.9.x for OpenShift CI.
This commit is contained in:
Jeff Geerling
2020-09-24 12:37:30 -05:00
committed by GitHub
parent 037f8b1f4f
commit b7e341842d
3 changed files with 68 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ RUN yum install -y \
&& pip3 install --no-cache-dir --upgrade setuptools pip \
&& pip3 install --no-cache-dir \
openshift \
ansible \
ansible==2.9.* \
molecule \
&& yum clean all \
&& rm -rf $HOME/.cache \