DEBUG - force newline in .txt

This commit is contained in:
Fabian Koller 2021-01-30 12:20:55 +01:00
parent 21c501de28
commit 063bfc245c
No known key found for this signature in database
GPG Key ID: 4EFE4C946404B82A

View File

@ -17,7 +17,7 @@
- name: generate random name and content
set_fact:
content: "{{ lookup('password', '/dev/null length=64 chars=ascii_letters') }}"
content: "{{ lookup('password', '/dev/null length=64 chars=ascii_letters') }}\n"
filename: "{{ lookup('password', '/dev/null length=8 chars=ascii_letters') }}"
- name: check if document posting works