Add -x for debugging.

This commit is contained in:
Hyperling 2021-02-15 19:31:28 -06:00
parent 693e7eee5b
commit c00ceaec0a

View File

@ -151,7 +151,7 @@
} }
marker: '{mark}' marker: '{mark}'
marker_begin: "#!{{ bash_exec.stdout }}" marker_begin: "#!{{ bash_exec.stdout }} -x"
marker_end: "exit 0" marker_end: "exit 0"
state: present state: present
create: yes create: yes