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 bee78a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/modules/one_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@ def __init__(self):
name=dict(type='str', required=False),
state=dict(type='str', choices=['present', 'absent'], default='present'),
template=dict(type='str', required=False),
<<<<<<< HEAD
=======
filter=dict(type='int', required=False, choices=[-4, -3, -2, -1], default=-3),
>>>>>>> b918c720 (added choices to argument_spec)
)

mutually_exclusive = [
Expand Down

0 comments on commit bee78a0

Please sign in to comment.