https://shannonhung.github.io/posts/ansible-module-debug-pycharm/
介紹 最近在開發 Ansible Module 時,想要在 Pycharm 中進行 Debug,不然每次去猜測每個變數裡面現在的值真的是太痛苦了…於是就嘗試使用 Pycharm 的 Debug 功能來進行除錯。 因為最近在開發 collection 的 module 所以本篇主要會以 collection 的 module debug 為主。 這篇文章會介紹如何在 Pycharm 中進行 Ansi