mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-07 00:57:00 +02:00
Update to 2022-09-23 14:00
This commit is contained in:
@@ -15,6 +15,16 @@
|
||||
- set_fact: oo_db_pass={{ rand_pass }}
|
||||
tags: oo
|
||||
|
||||
- when: oo_link_secret is not defined
|
||||
block:
|
||||
- import_tasks: ../includes/get_rand_pass.yml
|
||||
vars:
|
||||
- pass_file: /etc/onlyoffice/meta/ansible_link_secret
|
||||
- complex: False
|
||||
- pass_size: 30
|
||||
- set_fact: oo_link_secret={{ rand_pass }}
|
||||
tags: oo
|
||||
|
||||
- name: Detect installed version
|
||||
shell: rpm -q --qf "%{version}-%{release}" onlyoffice-documentserver || echo 0
|
||||
args:
|
||||
|
Reference in New Issue
Block a user