mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +02:00
Update to 2022-02-02 16:00
This commit is contained in:
parent
f087c7ed81
commit
dcd16b8ee8
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
# Penpot version to deploy
|
# Penpot version to deploy
|
||||||
penpot_version: 1.10.4-beta
|
penpot_version: 1.11.0-beta
|
||||||
# SHould ansible manage upgrades. If False, only the initial install will be done
|
# SHould ansible manage upgrades. If False, only the initial install will be done
|
||||||
penpot_manage_upgrade: True
|
penpot_manage_upgrade: True
|
||||||
|
|
||||||
@ -10,7 +10,7 @@ penpot_root_dir: /opt/penpot
|
|||||||
# URL of the archive
|
# URL of the archive
|
||||||
penpot_archive_url: https://github.com/penpot/penpot/archive/refs/tags/{{ penpot_version }}.tar.gz
|
penpot_archive_url: https://github.com/penpot/penpot/archive/refs/tags/{{ penpot_version }}.tar.gz
|
||||||
# Expected sha256 of the archive
|
# Expected sha256 of the archive
|
||||||
penpot_archive_sha256: 0f84e3bd9e49644891034f786d5f13c6055f0bf0af080a89c65572070836ad82
|
penpot_archive_sha256: bef65fd065e6bc36e31b9395433f9b4393186ddafd1413b1bc46f4e3d8c22fa0
|
||||||
# User under which penpot will run. Will be created
|
# User under which penpot will run. Will be created
|
||||||
penpot_user: penpot
|
penpot_user: penpot
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
remote_src: True
|
remote_src: True
|
||||||
|
|
||||||
- name: Build penpot backend
|
- name: Build penpot backend
|
||||||
command: bb ./scripts/build
|
command: ./scripts/build
|
||||||
args:
|
args:
|
||||||
chdir: "{{ penpot_root_dir }}/tmp/penpot-{{ penpot_version }}/backend"
|
chdir: "{{ penpot_root_dir }}/tmp/penpot-{{ penpot_version }}/backend"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user