Skip to content
Snippets Groups Projects
Commit e7f29cd4 authored by Michal Heppler's avatar Michal Heppler
Browse files

instalace ansible-lint

parent 1f720b85
Branches
No related tags found
No related merge requests found
Pipeline #
...@@ -5,3 +5,5 @@ RUN apt-get upgrade -qq ...@@ -5,3 +5,5 @@ RUN apt-get upgrade -qq
RUN apt-get dist-upgrade -qq RUN apt-get dist-upgrade -qq
RUN apt-get install -qq -y pylint RUN apt-get install -qq -y pylint
RUN apt-get install -qq -y python-pip python3-pip RUN apt-get install -qq -y python-pip python3-pip
RUN pip install ansible-lint
RUN pip3 install ansible-lint
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment