Writing Ansible Modules with support for diff mode
Jun 20, 2023 · 3 min read · Introduction Hey everyone! I came across this problem while I was developing some custom Ansible modules in Python. These modules would make changes to servers when run through ansible-playbooks. A major requirement was the ability to review what cha...
Join discussion