diff --git a/node1.yml b/node1.yml index 4d904ea..fc410e0 100644 --- a/node1.yml +++ b/node1.yml @@ -14,6 +14,6 @@ - name: Debug test_set_stats ansible.builtin.debug: - var: test_set_stats + var: test_set_stats | default('It doesnt work') ...