mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
DEBUG - force flush 2nd try
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user