Skip to content

Commit

Permalink
Merge pull request #40 from uditgaurav/fix_build_failure
Browse files Browse the repository at this point in the history
Fix build failure due to ansible lint
  • Loading branch information
ispeakc0de authored Nov 16, 2022
2 parents ec1653f + 2da37cc commit 31e6ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/ansible-runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN touch /mnt/parameters.yml

#Installing ansible and dependencies for k8s module
RUN pip3 install cryptography==3.3.2 ansible==4.2.0 ansible-base==2.10.14 openshift jmespath boto boto3
RUN pip3 install ansible-lint==4.3.7
RUN python3 -m pip install -U pip && python3 -m pip install -U setuptools && pip3 install ansible-lint==5.4.0
RUN ansible-galaxy collection install community.kubernetes


Expand Down

0 comments on commit 31e6ace

Please sign in to comment.