Skip to content
Snippets Groups Projects
Commit ada3ac8b authored by Juraj Paluba's avatar Juraj Paluba
Browse files

Merge branch '22-update-the-version-of-ansible-to-5' into 'master'

Resolve "Update the version of ansible to 5.*"

Closes #22

See merge request muni-kypo-crp/backend-python/kypo-ansible-runner!24
parents 4f4d4f0d 10e98a96
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ENV PIP_EXTRA_INDEX_URL="https://gitlab.ics.muni.cz/api/v4/projects/2358/package ...@@ -8,7 +8,7 @@ ENV PIP_EXTRA_INDEX_URL="https://gitlab.ics.muni.cz/api/v4/projects/2358/package
RUN apt update && apt install -y gnupg2 git autossh RUN apt update && apt install -y gnupg2 git autossh
RUN pip3 install ansible==3.0.0 pypsrp requests[socks] automated-problem-generation-lib RUN pip3 install ansible==5.* pypsrp requests[socks] automated-problem-generation-lib
RUN rm -rf /var/cache/apt/ RUN rm -rf /var/cache/apt/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment