How to make debug work in post_tasks with tags
Solution 1:
Adding tags: always
to the debug task should work.
- debug:
var: logs_result.stdout_lines
tags: always
Adding tags: always
to the debug task should work.
- debug:
var: logs_result.stdout_lines
tags: always