Update to 2022-01-30 19:00

This commit is contained in:
Daniel Berteaud
2022-01-30 19:00:17 +01:00
parent 03f70d2e98
commit cc0f49f93e
22 changed files with 663 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
---
- include: user.yml
- include: directories.yml
- include: facts.yml
- include: archive_pre.yml
when: penpot_install_mode == 'upgrade'
- include: install.yml
- include: conf.yml
- include: services.yml
- include: write_version.yml
- include: archive_post.yml
when: penpot_install_mode == 'upgrade'
- include: cleanup.yml