diff --git a/plugins/modules/one_template.py b/plugins/modules/one_template.py index 28f4f14cd3d..6c91cd4714e 100644 --- a/plugins/modules/one_template.py +++ b/plugins/modules/one_template.py @@ -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 = [