From dd4c56e4d68664e4a50292aa19ea61b15c92287c Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Fri, 20 May 2016 12:43:32 -0400 Subject: [PATCH] updated diff description to match current diff --- docsite/rst/glossary.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docsite/rst/glossary.rst b/docsite/rst/glossary.rst index e76f62c5ac..d43ba95fe5 100644 --- a/docsite/rst/glossary.rst +++ b/docsite/rst/glossary.rst @@ -68,9 +68,9 @@ when a term comes up on the mailing list. discussed in the :doc:`playbook documentation `. Diff Mode - A ``--diff`` flag can be passed to Ansible to show how template files - change when they are overwritten or how they might change when used - with ``--check`` mode. These diffs come out in unified diff format. + A ``--diff`` flag can be passed to Ansible to show what changed on + modules that support it. You can combine it with ``--check`` to get a + good 'dry run'. File diffs are normally iin unified diff format. Executor A core software component of Ansible that is the power behind