Fix usb ports on cubox-m

This commit is contained in:
2022-09-05 08:55:27 -04:00
parent 7ff5dc892f
commit ffc56dd893
4 changed files with 39 additions and 0 deletions

View File

@@ -11,6 +11,10 @@
- name: update login screen
include_tasks: motd.yml
- name: fix usb
include_tasks: fix_usb.yml
when: inventory_hostname == "cubox-m"
- name: update fstab
include_tasks: update_fstab.yml