We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ansible is capable of printing diffs for before and after a module has run.
https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_checkmode.html#using-diff-mode
None of our modules implement this feature, which can be handy.
Most of the following steps are already implemented for the logic of our modules, only a few are missing to implement the diff:
To simplify the implementation, a refactor might be needed to use the same structure on all our modules.
The text was updated successfully, but these errors were encountered:
This issue has been marked as stale because it has not had recent activity. The bot will close the issue if no further action occurs.
Sorry, something went wrong.
No branches or pull requests
SUMMARY
Ansible is capable of printing diffs for before and after a module has run.
https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_checkmode.html#using-diff-mode
None of our modules implement this feature, which can be handy.
ISSUE TYPE
ADDITIONAL INFORMATION
Most of the following steps are already implemented for the logic of our modules, only a few are missing to implement the diff:
To simplify the implementation, a refactor might be needed to use the same structure on all our modules.
The text was updated successfully, but these errors were encountered: