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 4456603 commit f663cd7Copy full SHA for f663cd7
Dockerfile
@@ -235,7 +235,7 @@ RUN if [[ ! -z ${ANSIBLE_VERSION} && ! -z ${JINJA_VERSION} ]] ; then \
235
pip install --break-system-packages \
236
ansible-core==${ANSIBLE_CORE_VERSION} \
237
ansible==${ANSIBLE_VERSION} \
238
- ansible-lint==${ANSIBLE_LINT} \
+ ansible-lint \
239
jinja2==${JINJA_VERSION}; \
240
fi
241
0 commit comments