From 13d46899d1df3052dc517e36c9e48da65f4868a6 Mon Sep 17 00:00:00 2001 From: Christian Adams Date: Mon, 10 Jul 2017 10:25:54 -0400 Subject: [PATCH] Add --diff mode --- docs/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 7423e90956..f6b132cf81 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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)]