fix debug

This commit is contained in:
Chris Hammer 2024-03-29 11:31:03 -04:00
parent 00ab166364
commit 318f6578eb

View File

@ -14,6 +14,6 @@
- name: Debug test_set_stats - name: Debug test_set_stats
ansible.builtin.debug: ansible.builtin.debug:
var: test_set_stats var: test_set_stats | default('It doesnt work')
... ...