diff --git a/tasks/ntpd.yml b/tasks/ntpd.yml index 05c59a3..7411cb1 100644 --- a/tasks/ntpd.yml +++ b/tasks/ntpd.yml @@ -1,7 +1,7 @@ --- - name: Ensure the ntp package is installed - ansible.builtin.package: - name: ntp + ansible.builtin.apt: + name: ntpsec state: present - name: Search common Samba locations for the 'ntp_signd' directory