Minor comment updates for Debian 12

This commit is contained in:
2023-08-09 21:51:53 +02:00
parent 4fa82faf18
commit bca1629d2f
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
---
# Debian 11 will use nftables directly, with no firewalld.
# Debian 11+ will use nftables directly, with no firewalld.
- block:
- name: Install Debian firewall packages

View File

@ -13,7 +13,7 @@
# Ubuntu 20.04 and Debian 11.
- name: Install systemd-timesyncd
when: (ansible_distribution == 'Ubuntu' and ansible_distribution_version is version('20.04', '==')) or
(ansible_distribution == 'Debian' and ansible_distribution_version is version('11', '=='))
(ansible_distribution == 'Debian' and ansible_distribution_version is version('11', '>='))
ansible.builtin.apt: name=systemd-timesyncd state=present cache_valid_time=3600
- name: Start and enable systemd's NTP client