mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-03 12:09:46 +01:00
DEBUG - force flush 2nd try
This commit is contained in:
parent
063bfc245c
commit
d9e06958dc
2 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
- name: generate random name and content
|
||||
set_fact:
|
||||
content: "{{ lookup('password', '/dev/null length=64 chars=ascii_letters') }}\n"
|
||||
content: "{{ lookup('password', '/dev/null length=64 chars=ascii_letters') }}"
|
||||
filename: "{{ lookup('password', '/dev/null length=8 chars=ascii_letters') }}"
|
||||
|
||||
- name: check if document posting works
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue