Skip to content

Commit

Permalink
syntax fix #192
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Jan 8, 2021
1 parent 56f2903 commit 0ef8bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/lamachine-core/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@
if [ ! -d python3-apt ]; then
apt-get download python3-apt || exit 1
dpkg -x python3-apt*.deb python3-apt || exit 1
cp -r python3-apt/usr/lib/python3/dist-packages/* {{local_prefix}}/lib/python{{ python_version }}/site-packages/ || exit 1
cp -r python3-apt/usr/lib/python3/dist-packages/* {{local_prefix}}/lib/python{{ python_version.stdout }}/site-packages/ || exit 1
cp python3-apt/apt_pkg.cpython*.so {{local_prefix}}/lib/python{{ python_version }}/site-packages/apt_pkg.so || exit 1
cp python3-apt/apt_inst.cpython*.so {{local_prefix}}/lib/python{{ python_version }}/site-packages/apt_inst.so || exit 1
fi
Expand Down

0 comments on commit 0ef8bcc

Please sign in to comment.