From 9d5ebd4def1c575757016d3f9320aa4efa6b1ab5 Mon Sep 17 00:00:00 2001 From: chatton Date: Sat, 24 Jun 2023 23:46:29 +0100 Subject: [PATCH] wip --- plugins/modules/portainer_stack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/portainer_stack.py b/plugins/modules/portainer_stack.py index 0acb9a4..1ab1929 100644 --- a/plugins/modules/portainer_stack.py +++ b/plugins/modules/portainer_stack.py @@ -174,7 +174,7 @@ def handle_state_present(client, module): else: raise ValueError("Should not be able to be here!") - _handle_state_present(contents, result, stacks, client, module) + _handle_state_present(contents, stacks, result, client, module) def handle_state_absent(client, module):