Lot of stuff

Signed-off-by: Emmy D'Anello <ynerant@crans.org>
This commit is contained in:
2023-01-12 12:36:32 +01:00
parent de76ae0085
commit 7f4f846408
27 changed files with 103 additions and 47 deletions

View File

@ -9,7 +9,7 @@
until: apt_result is succeeded
when: "'ntp_server' not in group_names"
- name: Install systemd-timesyncd (bullseye)
- name: Install systemd-timesyncd
apt:
name: systemd-timesyncd
update_cache: true
@ -19,7 +19,6 @@
until: apt_result is succeeded
when:
- "'ntp_server' not in group_names"
- ansible_distribution_release == "bullseye"
- name: Configure NTP
template: