Refactor template tasks to use ansible.builtin.template for consistency across playbooks
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
mode: 0644
|
||||
|
||||
- name: "(ubuntu-x11vnc-1804-amd64.yml) Transfer x11vnc.service.j2 to /lib/systemd/system/x11vnc.service"
|
||||
template:
|
||||
ansible.builtin.template:
|
||||
src: lib/systemd/system/x11vnc-gdm3.service-ALT.j2
|
||||
dest: /lib/systemd/system/x11vnc.service
|
||||
|
||||
|
||||
Reference in New Issue
Block a user