mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2023-06-04 01:00
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
---
|
||||
|
||||
# Version to install
|
||||
miniflux_version: 2.0.43
|
||||
miniflux_version: 2.0.44
|
||||
# URL of the binary to install
|
||||
miniflux_bin_url: https://github.com/miniflux/v2/releases/download/{{ miniflux_version }}/miniflux-linux-amd64
|
||||
# Expected sha256 of the binary
|
||||
miniflux_bin_sha256: bb899aae069cfc9effe846fe14cc365d5f82c6974dfde7382b23e41564fc079a
|
||||
miniflux_bin_sha256: 1a7fb7db4f1590cb9889c9eb3ba368360da8fc911bb78c90e7aa471d3505c23e
|
||||
# Should ansible handle upgrades ? If false, only initial install will be done
|
||||
miniflux_manage_upgrade: True
|
||||
|
||||
|
@@ -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