Replace package python-usb with python3-usb

This commit is contained in:
jalr 2021-12-22 21:48:48 +00:00
parent e5fe1ea800
commit cccc411fab

View file

@ -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