mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 08:15:54 +02:00
Update to 2023-06-04 01:00
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
copy: src={{ miniflux_root_dir }}/bin/miniflux dest={{ miniflux_root_dir }}/archives/{{ miniflux_current_version }}/ remote_src=True
|
||||
tags: miniflux
|
||||
|
||||
- name: Install pg_dump
|
||||
package: name=postgresql15
|
||||
tags: miniflux
|
||||
|
||||
- name: Backup the database
|
||||
command: >
|
||||
/usr/pgsql-15/bin/pg_dump
|
||||
|
Reference in New Issue
Block a user