]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commit
roles/common: use timedatectl to set timezone for apt too
authorKyr Shatskyy <kyrylo.shatskyy@clyso.com>
Thu, 3 Apr 2025 17:11:17 +0000 (19:11 +0200)
committerKyr Shatskyy <kyrylo.shatskyy@clyso.com>
Sun, 6 Apr 2025 11:01:25 +0000 (13:01 +0200)
commit2561351b918b9ae1e6c5cec90522a892206d2209
treedb979a85c98c5ac9834c5dd3ddb5c2770b0d3747
parentf38d26c9907b9e8dc1f86e0ab483894b4693462b
roles/common: use timedatectl to set timezone for apt too

Overwriting of /etc/timezone with new time zone and calling:

  dpkg-reconfigure --frontend noninteractive tzdata

does not work. Just use timedatectl same as for all modern systems.

Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>
roles/common/tasks/apt_systems.yml