weareinteractive / ansible-ufw

Ansible role which installs and configures ufw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Idempotence issue when explicitly setting a protocol

starcraft66 opened this issue · 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!