Refactor template tasks to use ansible.builtin.template for consistency across playbooks

This commit is contained in:
2026-07-30 23:47:37 +02:00
parent 91e40916c4
commit 81ef678904
21 changed files with 41 additions and 41 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
- ntp-server
- name: (ntp.yml) Update '/etc/ntpsec/ntp.conf'
template:
ansible.builtin.template:
src: "etc/ntpsec/ntp.conf.j2"
dest: /etc/ntpsec/ntp.conf
owner: root