Add --diff mode

This commit is contained in:
Christian Adams 2017-07-10 10:25:54 -04:00 committed by GitHub
parent b79600d2e5
commit 13d46899d1

View File

@ -40,3 +40,6 @@
* Added the ability to set custom environment variables set for playbook runs,
inventory updates, project updates, and notification sending.
[[#3508](https://github.com/ansible/ansible-tower/issues/3508)]
* Added --diff mode to Job Templates and Ad-Hoc Commands. The diff can be found in the
standard out when --diff mode is enabled.
[[#4525](https://github.com/ansible/ansible-tower/issues/4325)]