minor adjustments

main
Ricard Illa 2022-09-20 14:27:22 +02:00
parent dd7aed5c12
commit a4c37ed587
3 changed files with 4 additions and 3 deletions

View File

@ -34,7 +34,6 @@
become: true
roles:
- pi_fan_hwpwm
tags: fan
- name: quality of life tools
hosts:
@ -83,4 +82,3 @@
become: true
roles:
- lbu_commit

View File

@ -33,7 +33,7 @@ all:
- path: "/media/mmcblk0p2"
src: "UUID=75d4943d-2a1a-4f76-9f60-cff99b4d2e1f"
fstype: "ext4"
opts: "noauto,defaults"
opts: "defaults"
passno: "0"
- path: "/var/lib/builder/src"
src: "/media/mmcblk0p2/src"

View File

@ -91,4 +91,7 @@
- /home/rilla/.config/tmux/tmux.conf
- /home/rilla/.mkshrc
- /home/rilla/.profile
exclude:
- /home/rilla/.local/share/nvim
- /home/rilla/.cache
when: ansible_distribution == "Alpine" and use_lbu