tkurki / marinepi-provisioning

Ansible provisioning scripts to set up a Raspberry Pi for marine use
Apache License 2.0
45 stars 21 forks source link

Timezone setting #57

Closed mairas closed 5 years ago

mairas commented 5 years ago

Timezone setting wasn't idempotent (or at least always reported as "changed"). And worse, it didn't work for me - the dpkg-reconfigure call always reset my TZ to Europe/London.

Now, the provided ansible module is used instead.

chacal commented 5 years ago

👍 Let's merge this after the others and rebasing to remove extra commits related to other PRs.