diff options
author | Christian Adams <rooftopcellist@gmail.com> | 2017-07-10 16:25:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-10 16:25:54 +0200 |
commit | 13d46899d1df3052dc517e36c9e48da65f4868a6 (patch) | |
tree | 22ebf40b4d448ed326d41dd2b00daed93913fdf7 /docs | |
parent | Merge pull request #6529 from rooftopcellist/contributing_update (diff) | |
download | awx-13d46899d1df3052dc517e36c9e48da65f4868a6.tar.xz awx-13d46899d1df3052dc517e36c9e48da65f4868a6.zip |
Add --diff mode
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
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)] |