Idempotence issue when explicitly setting a protocol
starcraft66 opened this issue · 1 comments
starcraft66 commented
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.
starcraft66 commented
My mistake, I misread the documentation and used protocol
instead of proto
to specify the protocol!