Skip to content

Ordering Isn't Guaranteed On `dtoverlay`

If dtoverlay is set like this: dtoverlay=ds3231,i2c-rtc, then Ansible will not update it to put i2c-rtc in front of ds3231.

It should, because trying to load ds3231 before i2c-rtc results in errors.