Refactor template tasks to use ansible.builtin.template for consistency across playbooks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user