mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-25 14:43:29 +02:00
Update to 2022-08-11 17:00
This commit is contained in:
parent
2594e58276
commit
18d14c6a6d
@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
# Version to deploy
|
# Version to deploy
|
||||||
bookstack_version: '22.07.2'
|
bookstack_version: '22.07.3'
|
||||||
# URL of the arhive
|
# URL of the arhive
|
||||||
bookstack_archive_url: https://github.com/BookStackApp/BookStack/archive/v{{ bookstack_version }}.tar.gz
|
bookstack_archive_url: https://github.com/BookStackApp/BookStack/archive/v{{ bookstack_version }}.tar.gz
|
||||||
# Expected sha256 of the archive
|
# Expected sha256 of the archive
|
||||||
bookstack_archive_sha256: 3f62df83138170ee67ea7a15cb23aaa440c1fc261c9596271cf37c69f32823e0
|
bookstack_archive_sha256: ed0d5d105212b9f6cb6f0892562f02b2ed03bb4f97be2c7226e5e8657677ea26
|
||||||
|
|
||||||
# Should ansible handle bookstack upgrades or just the inintial install
|
# Should ansible handle bookstack upgrades or just the inintial install
|
||||||
bookstack_manage_upgrade: True
|
bookstack_manage_upgrade: True
|
||||||
|
@ -7,3 +7,4 @@
|
|||||||
|
|
||||||
- name: reload nomad
|
- name: reload nomad
|
||||||
service: name=nomad state=reloaded
|
service: name=nomad state=reloaded
|
||||||
|
when: nomad_service_started is not defined or not nomad_service_started.changed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user