Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
backup-and-restore: fix check on 'mode' variable
Typical failure: ``` fatal: [localhost]: FAILED! => msg: |- The conditional check 'mode not in ['backup', 'restore']' failed. The error was: error while evaluating conditional (mode not in ['backup', 'restore']): 'mode' is undefined ``` Closes: https://bugzilla.redhat.com/show_bug.cgi?id=2051640 Signed-off-by: Guillaume Abrioux <[email protected]> (cherry picked from commit 848dd03)
- Loading branch information