We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 061d185 commit 8eb2edbCopy full SHA for 8eb2edb
test/ansible-operator/Dockerfile
@@ -4,7 +4,7 @@ RUN yum remove -y ansible python-idna
4
RUN pip uninstall ansible-runner -y
5
6
RUN pip install --upgrade setuptools
7
-RUN pip install ansible ansible-runner openshift kubernetes ansible-runner-http
+RUN pip install ansible ansible-runner openshift kubernetes ansible-runner-http idna==2.7
8
9
RUN mkdir -p /etc/ansible \
10
&& echo "localhost ansible_connection=local" > /etc/ansible/hosts \
0 commit comments