weareinteractive/ansible-ufw

Idempotence issue when explicitly setting a protocol

starcraft66 opened this issue · 1 comments

I noticed that when explicitly specifying the protocol for a rule: e.g. 'protocol': 'udp' or 'protocol': 'tcp', the item will always be in the changed state when running my playbook a second time.

My mistake, I misread the documentation and used protocol instead of proto to specify the protocol!