mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
usercfg.txt on ubuntu
This commit is contained in:
parent
49a137ddcd
commit
9cfbbd0d58
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
- name: Enable i2c-rtc device (with "dtoverlay=i2c-rtc,{{ rtc_id }}=on" in /boot/firmware/config.txt, requires reboot!) if rtc_id is defined and rtc_id != "none" and is_ubuntu
|
||||
lineinfile:
|
||||
path: /boot/firmware/config.txt
|
||||
path: /boot/firmware/usercfg.txt
|
||||
line: "dtoverlay=i2c-rtc,{{ rtc_id }}=on"
|
||||
state: present
|
||||
when: rtc_id is defined and rtc_id != "none" and is_ubuntu
|
||||
|
|
Loading…
Reference in a new issue