summaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorbasos g <basos9@users.noreply.github.com>2019-07-25 18:05:43 +0200
committerSam Doran <sdoran@redhat.com>2019-07-25 18:05:43 +0200
commit3c8838f0f7493fcfc034e20bed4e73ccc20cbd23 (patch)
tree5edffc3e758a0b818c0a46e8e3637421b5eac6f1 /changelogs
parentpoint at corresponding version (#59200) (diff)
downloadansible-3c8838f0f7493fcfc034e20bed4e73ccc20cbd23.tar.xz
ansible-3c8838f0f7493fcfc034e20bed4e73ccc20cbd23.zip
Add check mode indicators at the beginning and the end of the playbook, play, and task (#49432)
* Add integration tests for default callback check mode markers
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/check_mode_markers.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/check_mode_markers.yml b/changelogs/fragments/check_mode_markers.yml
new file mode 100644
index 0000000000..756bd9d35b
--- /dev/null
+++ b/changelogs/fragments/check_mode_markers.yml
@@ -0,0 +1,2 @@
+minor_changes:
+ - Add new option to default standard out callback plugin, ``ANSIBLE_CHECK_MODE_MARKERS``, which adds check mode markers (``DRY RUN``, ``CHECK_MODE``) to the output when running in check mode. It is off by default.