From cfbca7f33354c6fc154356bb9512645fe322fddb Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Tue, 11 Aug 2026 00:34:15 -0500 Subject: [PATCH] Add missing fall through case --- roles/ensure_os_upgrade/tasks/default.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 roles/ensure_os_upgrade/tasks/default.yml diff --git a/roles/ensure_os_upgrade/tasks/default.yml b/roles/ensure_os_upgrade/tasks/default.yml new file mode 100644 index 0000000..91da2a7 --- /dev/null +++ b/roles/ensure_os_upgrade/tasks/default.yml @@ -0,0 +1,2 @@ +--- +...