From 75871f6d2f6c262ea1991e424d01ccea33b3bd52 Mon Sep 17 00:00:00 2001 From: Simon Kropf Date: Tue, 7 Jan 2025 15:58:35 +0100 Subject: [PATCH] add filter support for one_template module --- plugins/modules/one_template.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/modules/one_template.py b/plugins/modules/one_template.py index 28f4f14cd3d..28dbd371706 100644 --- a/plugins/modules/one_template.py +++ b/plugins/modules/one_template.py @@ -156,6 +156,7 @@ def __init__(self): name=dict(type='str', required=False), state=dict(type='str', choices=['present', 'absent'], default='present'), template=dict(type='str', required=False), + filter=dict(type='int', required=False, choices=[-4, -3, -2, -1], default=-3), ) mutually_exclusive = [