Skip to content

Commit

Permalink
fix(plugin): syntax fixes plugins_postgresql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adf-patrickha committed Apr 26, 2024
1 parent 4a44667 commit 8351db0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---

roles:
- name: robertdebock.bootstrap
- name: adfinis.bareos_repository
Expand Down
4 changes: 2 additions & 2 deletions tasks/plugins_postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
owner: postgres
group: postgres
mode: 0751
path: "{{ bareos_fd_plugin_psql_wal_archive_location }}"
path: "{{ bareos_fd_plugin_psql_wal_archive }}"

- name: postgresql | Enable archive mode in config
ansible.builtin.blockinfile:
Expand All @@ -29,7 +29,7 @@
- name: postgresql | Create plugin_defaults file
ansible.builtin.copy:
content: |
{{ ansible_managed | comment }}
# File is managed by Ansible. Do not modify locally!
wal_archive_dir={{ bareos_fd_plugin_psql_wal_archive }}
dest: "/etc/bareos/bareos-fd.d/plugin_postgresql_defaults.ini"
owner: root
Expand Down

0 comments on commit 8351db0

Please sign in to comment.