Skip to content

Commit

Permalink
fix: ansible is pinned because of ansible-core 2.13.4 breaking change (
Browse files Browse the repository at this point in the history
…#13916) (#13919)

Backported with approval by Govind, see slack

Signed-off-by: Nils Semmelrock <nils.semmelrock@tngtech.com>

Signed-off-by: Nils Semmelrock <nils.semmelrock@tngtech.com>
(cherry picked from commit 88b6e7f)

Co-authored-by: Nils Semmelrock <42540177+nstng@users.noreply.github.com>
  • Loading branch information
MagmaCIBot and nstng committed Sep 13, 2022
1 parent 67ff69f commit 49ed2e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lte/gateway/deploy/agw_install_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ EOF
fi

alias python=python3
pip3 install ansible
# TODO GH13915 pinned for now because of breaking change in ansible-core 2.13.4
pip3 install ansible==5.0.1

rm -rf /opt/magma/
git clone "${GIT_URL}" /opt/magma
Expand Down

0 comments on commit 49ed2e6

Please sign in to comment.