Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
Update ansible-lint to 6.14.4 (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Apr 3, 2023
1 parent e28285a commit 93e51ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ COPY _build/.bashrc /home/runner/.bashrc
RUN \
microdnf install --assumeyes ncurses && \
microdnf clean all && \
pip3 install --progress-bar=off --compile --only-binary :all: \
pip3 install --progress-bar=off \
-r requirements.txt && \
mkdir -p ~/.ansible/roles /usr/share/ansible/roles /etc/ansible/roles && \
rm -rf $(pip3 cache dir) && \
Expand Down
2 changes: 1 addition & 1 deletion _build/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ansible-lint[lock]==6.12.2
ansible-runner==2.3.2
ansible-lint[lock]==6.14.4
molecule==4.0.4
molecule-podman==2.0.3
paramiko==3.1.0 # https://github.com/ansible/creator-ee/issues/140
Expand Down

0 comments on commit 93e51ba

Please sign in to comment.