DEBUG - force flush 2nd try

This commit is contained in:
Fabian Koller
2021-01-30 12:50:05 +01:00
parent c309da2603
commit 169eae0b7b
2 changed files with 2 additions and 2 deletions

View File

@@ -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