Skip to content

Commit

Permalink
add filter support for one_template module
Browse files Browse the repository at this point in the history
  • Loading branch information
skropf committed Jan 7, 2025
1 parent 3af793c commit 75871f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/modules/one_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 75871f6

Please sign in to comment.