Skip to content

Commit

Permalink
ansible-lint: install roles (#532)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Sep 24, 2024
1 parent 2454d80 commit 47f0dfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible-lint/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RUN apt-get update \
&& python3 -m pip install --no-cache-dir -U 'pip==24.2' \
&& python3 -m pip install --no-cache-dir --no-index --find-links=/wheels --pre -r /requirements.txt \
&& ansible-galaxy collection install -r /requirements.yml \
&& ansible-galaxy role install -r /requirements.yml \
&& apt-get remove -y \
git \
&& apt-get autoremove -y \
Expand Down

0 comments on commit 47f0dfa

Please sign in to comment.