diff options
Diffstat (limited to 'inventory/host_vars/ch-cm4-sensors1.yml')
-rw-r--r-- | inventory/host_vars/ch-cm4-sensors1.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-cm4-sensors1.yml b/inventory/host_vars/ch-cm4-sensors1.yml index abc0c0bb..79b0e4c3 100644 --- a/inventory/host_vars/ch-cm4-sensors1.yml +++ b/inventory/host_vars/ch-cm4-sensors1.yml @@ -16,6 +16,8 @@ network: - *_network_primary_ raspios_boot_config: + - regexp: '^#?dtparam=i2c_arm' + line: 'dtparam=i2c_arm=on' - regexp: '^#?dtparam=i2c_vc' line: 'dtparam=i2c_vc=on' - regexp: '^#?dtoverlay=i2c-rtc' |