DEBUG - force newline in .txt

This commit is contained in:
Fabian Koller 2021-01-30 12:20:55 +01:00
parent 88c2c8df53
commit c309da2603

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