-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add unixy support for check_mode_markers #7179
Add unixy support for check_mode_markers #7179
Conversation
Modifies output on playbook start, task start, and handler start when playbook runs in check mode.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution!
You might also want to update v2_playbook_on_play_start
, the default callback also adds markers in there (using play.check_mode
). (Whether it makes sense for this plugin I cannot say, I've never used it.)
Thanks for the suggestions and for taking the time to review my PR. I'll push up another commit with these changes later today. |
This comment was marked as outdated.
This comment was marked as outdated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
Backport to stable-7: 💚 backport PR created✅ Backport PR branch: Backported as #7201 🤖 @patchback |
* Add unixy support for check_mode_markers Modifies output on playbook start, task start, and handler start when playbook runs in check mode. * changelog fragment * Address feedback * Oops (cherry picked from commit 631d215)
@akatch thanks again for your contribution! |
…de_markers (#7201) Add unixy support for check_mode_markers (#7179) * Add unixy support for check_mode_markers Modifies output on playbook start, task start, and handler start when playbook runs in check mode. * changelog fragment * Address feedback * Oops (cherry picked from commit 631d215) Co-authored-by: akatch <akatch@users.noreply.github.com>
* Add unixy support for check_mode_markers Modifies output on playbook start, task start, and handler start when playbook runs in check mode. * changelog fragment * Address feedback * Oops
SUMMARY
Modifies output on playbook start, task start, and handler start when playbook runs in check mode.
ISSUE TYPE
COMPONENT NAME
unixy.py
ADDITIONAL INFORMATION