Skip to content
Snippets Groups Projects
Commit c1dd545f authored by Neda Moeini's avatar Neda Moeini
Browse files

Fixed version

parent 1f74ae69
Branches
Tags
1 merge request!60Upgrated ansible verison and updated docker file.
Pipeline #84639 passed
...@@ -17,7 +17,7 @@ RUN pip install \ ...@@ -17,7 +17,7 @@ RUN pip install \
--extra-index-url https://artifactory.software.geant.org/artifactory/api/pypi/geant-swd-pypi/simple \ --extra-index-url https://artifactory.software.geant.org/artifactory/api/pypi/geant-swd-pypi/simple \
--target /app \ --target /app \
goat-lso==${ARTIFACT_VERSION} && \ goat-lso==${ARTIFACT_VERSION} && \
pip install ansible && \ pip install ansible~=8.1.0 && \
ansible-galaxy collection install \ ansible-galaxy collection install \
community.general \ community.general \
juniper.device \ juniper.device \
......
...@@ -12,7 +12,7 @@ setup( ...@@ -12,7 +12,7 @@ setup(
"jsonschema~=4.18.0", "jsonschema~=4.18.0",
"fastapi~=0.100.0", "fastapi~=0.100.0",
"pydantic~=2.0.2", "pydantic~=2.0.2",
"ansible~=9.0.1", "ansible~=8.1.0",
"requests~=2.31.0", "requests~=2.31.0",
"uvicorn~=0.22.0", "uvicorn~=0.22.0",
"ncclient~=0.6.13", "ncclient~=0.6.13",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment