Update to 2022-02-18 16:00

This commit is contained in:
Daniel Berteaud
2022-02-18 16:00:06 +01:00
parent 67e32c9d59
commit 767adc1e83
19 changed files with 282 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
---
- name: Create archive directory
file: path={{ pgweb_root_dir }}/archives/{{ pgweb_current_version }} state=directory mode=700
tags: pgweb,pg
- name: Archive previous version
copy: src={{ pgweb_root_dir }}/bin/pgweb dest={{ pgweb_root_dir }}/archives/{{ pgweb_current_version }} remote_src=True
tags: pgweb,pg