Use Ansible defaults to insert comments

Enable vscodium code highlighting for some files
This commit is contained in:
phil 2024-03-27 17:39:16 +01:00
parent 4ad48694d5
commit 8c79f8b687
30 changed files with 34 additions and 30 deletions

View file

@ -9,7 +9,7 @@
- name: "Postfix | Copy master.cf"
ansible.builtin.template:
src: postfix/master.cf
src: postfix/master.cf.j2
dest: /etc/postfix/master.cf
mode: "0644"
notify: restart postfix