Skip to content
Snippets Groups Projects

Fix

Closed Dmitriy Safronov requested to merge fix into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -16,8 +16,8 @@ RUN apk --no-cache add python3 && \
@@ -16,8 +16,8 @@ RUN apk --no-cache add python3 && \
wheel \
wheel \
&& \
&& \
( test -z $ANSIBLE_VERSION && \
( test -z $ANSIBLE_VERSION && \
pip install --ignore-installed --no-cache-dir ansible || \
pip install --ignore-installed --no-cache-dir pyyaml ansible || \
pip install --ignore-installed --no-cache-dir ansible\<=$ANSIBLE_VERSION \
pip install --ignore-installed --no-cache-dir pyyaml ansible\<=$ANSIBLE_VERSION \
) && \
) && \
pip3 install --ignore-installed --no-cache-dir \
pip3 install --ignore-installed --no-cache-dir \
ansible-lint \
ansible-lint \
Loading