Skip to content

Commit f663cd7

Browse files
authored
Update Dockerfile
1 parent 4456603 commit f663cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ RUN if [[ ! -z ${ANSIBLE_VERSION} && ! -z ${JINJA_VERSION} ]] ; then \
235235
pip install --break-system-packages \
236236
ansible-core==${ANSIBLE_CORE_VERSION} \
237237
ansible==${ANSIBLE_VERSION} \
238-
ansible-lint==${ANSIBLE_LINT} \
238+
ansible-lint \
239239
jinja2==${JINJA_VERSION}; \
240240
fi
241241

0 commit comments

Comments
 (0)