From cccc411fab2c6fea997900062750e3a4245b1d0e Mon Sep 17 00:00:00 2001 From: jalr Date: Wed, 22 Dec 2021 21:48:48 +0000 Subject: [PATCH] Replace package `python-usb` with `python3-usb` --- packer/ansible/roles/inkscape/tasks/silhouette.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packer/ansible/roles/inkscape/tasks/silhouette.yml b/packer/ansible/roles/inkscape/tasks/silhouette.yml index 001291b..5dee3e1 100644 --- a/packer/ansible/roles/inkscape/tasks/silhouette.yml +++ b/packer/ansible/roles/inkscape/tasks/silhouette.yml @@ -1,8 +1,8 @@ --- -- name: install python-usb and usbip +- name: install python3-usb and usbip apt: name: - - python-usb + - python3-usb - usbip state: present