diff options
author | basos g <basos9@users.noreply.github.com> | 2019-07-25 18:05:43 +0200 |
---|---|---|
committer | Sam Doran <sdoran@redhat.com> | 2019-07-25 18:05:43 +0200 |
commit | 3c8838f0f7493fcfc034e20bed4e73ccc20cbd23 (patch) | |
tree | 5edffc3e758a0b818c0a46e8e3637421b5eac6f1 /changelogs | |
parent | point at corresponding version (#59200) (diff) | |
download | ansible-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.yml | 2 |
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. |