Skip to content

Commit

Permalink
chore(lint): file permissions for templates
Browse files Browse the repository at this point in the history
  • Loading branch information
adf-patrickha committed May 3, 2024
1 parent b4d2cfd commit 0d90889
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tasks/plugins_postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,16 @@
src: "templates/plugin_postgresql_bareos_wal_archive.conf.j2"
dest: "{{ bareos_fd_plugin_psql_root_dir }}/conf.d/bareos_postgresql_wal_archive.conf"
backup: true
owner: root
group: root
mode: "0644"
notify: Reload postgresql

- name: plugins_postgresql | Create plugin_defaults file
ansible.builtin.template:
src: "templates/plugin_postgresql_defaults.ini.j2"
dest: "/etc/bareos/bareos-fd.d/plugin_postgresql_defaults.ini"
backup: true
owner: root
group: root
mode: "0644"

0 comments on commit 0d90889

Please sign in to comment.