Skip to content

Commit

Permalink
[packer] Replace crypt with passlib
Browse files Browse the repository at this point in the history
  • Loading branch information
binary-manu committed Aug 13, 2023
1 parent 4991c3d commit c0854f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packer/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ set_proxy
pacman -Syy --noconfirm --needed archlinux-keyring
pacman -S --noconfirm --needed python-pip
python -m venv "$ANSIBLE_VENV"
"$ANSIBLE_VENV/bin/pip" install 'ansible>=7,<8'
"$ANSIBLE_VENV/bin/pip" install 'ansible>=7,<8' passlib
unset_proxy

0 comments on commit c0854f3

Please sign in to comment.