From 0d50975b7abaefea89b79b06e043999d59bd4be0 Mon Sep 17 00:00:00 2001 From: Robin Gierse Date: Fri, 28 Jul 2023 12:27:22 +0200 Subject: [PATCH] Trigger a run of the bakery module integration tests. --- plugins/modules/bakery.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/modules/bakery.py b/plugins/modules/bakery.py index 1d1d32a5a..9031b6a99 100644 --- a/plugins/modules/bakery.py +++ b/plugins/modules/bakery.py @@ -1,6 +1,8 @@ #!/usr/bin/python # -*- encoding: utf-8; py-indent-offset: 4 -*- +# Trigger + # Copyright: (c) 2023, Max Sickora # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) from __future__ import absolute_import, division, print_function