From 3fd84d71b8979e6911c7af3dbc5b14a983efb1d8 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sun, 8 Jan 2023 22:02:42 +0100 Subject: [PATCH] [PR #5486/4caa6574 backport][stable-6] snap_alias: using CmdRunner (#5801) snap_alias: using CmdRunner (#5486) * snap_alias: using CmdRunner * add changelog fragment * fix changelog fragment * invert order of initialization in __init_module__() * comment extra changed=True from code * add extra info when verbose * add extra info when verbose - fix blank line * handle check_mode the old way * fix logical test * fix error when using multiple aliases * fix error when using multiple aliases, part 2 * revert to using check_mode_skip=True again (cherry picked from commit 4caa6574de486d6840ac50affe48501f9d895bf4) Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>