Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Jan 23, 2025
1 parent 301df66 commit 5ff7c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packer/scripts/ubuntu/ansible-focal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apt-get upgrade -y
apt-get install -y python3-dev curl git net-tools acl

curl -s https://bootstrap.pypa.io/pip/get-pip.py | python3 - --break-system-packages
pip install ansible jmespath Jinja2==3.0.3
PIP_ROOT_USER_ACTION=ignore pip install ansible jmespath Jinja2==3.0.3

mkdir -p /etc/ansible

Expand Down

0 comments on commit 5ff7c2d

Please sign in to comment.